mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
hdd_menu: better error message
...when trying to check unsupported file system type
This commit is contained in:
committed by
svenhoefer
parent
a25bc90d7b
commit
64a61f5aa2
@@ -648,6 +648,7 @@ typedef enum
|
||||
LOCALE_HDD_FORMAT_FAILED,
|
||||
LOCALE_HDD_FORMAT_WARN,
|
||||
LOCALE_HDD_FS,
|
||||
LOCALE_HDD_FS_UNKNOWN,
|
||||
LOCALE_HDD_MANAGE,
|
||||
LOCALE_HDD_MIDDLE,
|
||||
LOCALE_HDD_NOISE,
|
||||
|
@@ -648,6 +648,7 @@ const char * locale_real_names[] =
|
||||
"hdd_format_failed",
|
||||
"hdd_format_warn",
|
||||
"hdd_fs",
|
||||
"hdd_fs_unknown",
|
||||
"hdd_manage",
|
||||
"hdd_middle",
|
||||
"hdd_noise",
|
||||
|
Reference in New Issue
Block a user