hdd_menu: better error message

...when trying to check unsupported file system type
This commit is contained in:
Stefan Seyfried
2014-02-23 17:57:02 +01:00
committed by svenhoefer
parent a25bc90d7b
commit 64a61f5aa2
5 changed files with 7 additions and 1 deletions

View File

@@ -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,

View File

@@ -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",