Simplify string

This commit is contained in:
twinaphex 2015-06-28 19:19:18 +02:00
parent 4798975a85
commit 22ae788c39
4 changed files with 4 additions and 4 deletions

View File

@ -420,7 +420,7 @@ const char *menu_hash_to_str_de(uint32_t hash)
case MENU_LABEL_VALUE_RDB_ENTRY_SHA1:
return "SHA1";
case MENU_LABEL_VALUE_CONFIGURATIONS:
return "Lade Konfigurationsdatei";
return "Lade Konfigurationsdatei"; /* FIXME/UPDATE */
case MENU_LABEL_VALUE_REWIND_GRANULARITY:
return "Genauigkeit des Zurückspulens (Rewind)";
case MENU_LABEL_VALUE_REMAP_FILE_LOAD:

View File

@ -425,7 +425,7 @@ const char *menu_hash_to_str_fr(uint32_t hash)
case MENU_LABEL_VALUE_VIDEO_SHADER_NUM_PASSES:
return "Nombre de passages";
case MENU_LABEL_VALUE_CONFIGURATIONS:
return "Charger un fichier de config";
return "Charger un fichier de config"; /* FIXME/UPDATE */
case MENU_LABEL_VALUE_REWIND_GRANULARITY:
return "Précision du rembobinage";
case MENU_LABEL_VALUE_REMAP_FILE_LOAD:

View File

@ -408,7 +408,7 @@ const char *menu_hash_to_str_nl(uint32_t hash)
case MENU_LABEL_VALUE_RDB_ENTRY_SHA1:
return "SHA1";
case MENU_LABEL_VALUE_CONFIGURATIONS:
return "Laad Configuratie Bestand";
return "Laad Configuratie";
case MENU_LABEL_VALUE_REWIND_GRANULARITY:
return "Rewind Granulariteit";
case MENU_LABEL_VALUE_REMAP_FILE_LOAD:

View File

@ -975,7 +975,7 @@ const char *menu_hash_to_str_us(uint32_t hash)
case MENU_LABEL_VALUE_RDB_ENTRY_SHA1:
return "SHA1";
case MENU_LABEL_VALUE_CONFIGURATIONS:
return "Load Configuration File";
return "Load Configuration";
case MENU_LABEL_VALUE_REWIND_GRANULARITY:
return "Rewind Granularity";
case MENU_LABEL_VALUE_REMAP_FILE_LOAD: