hdd_menu: better error message

...when trying to check unsupported file system type


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0daee84364
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-02-23 (Sun, 23 Feb 2014)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2014-02-23 17:57:02 +01:00
parent f9096e3e2b
commit cf38d5229f
5 changed files with 7 additions and 1 deletions

View File

@@ -647,6 +647,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

@@ -647,6 +647,7 @@ const char * locale_real_names[] =
"hdd_format_failed",
"hdd_format_warn",
"hdd_fs",
"hdd_fs_unknown",
"hdd_manage",
"hdd_middle",
"hdd_noise",