(de/nl) Load Core accessible again

This commit is contained in:
twinaphex 2015-06-24 13:50:10 +02:00
parent 44a44b2266
commit bcf3420b1d
2 changed files with 2 additions and 2 deletions

View File

@ -479,7 +479,7 @@ const char *menu_hash_to_str_de(uint32_t hash)
return "Ordner nicht gefunden.";
case MENU_LABEL_VALUE_NO_ITEMS:
return "Keine Einträge.";
case MENU_LABEL_CORE_LIST:
case MENU_LABEL_VALUE_CORE_LIST:
return "Lade Core";
case MENU_LABEL_VALUE_LOAD_CONTENT:
return "Lade Content"; /* FIXME */

View File

@ -26,7 +26,7 @@ const char *menu_hash_to_str_nl(uint32_t hash)
{
case MENU_LABEL_VALUE_CORE_INFORMATION:
return "Core Informatie";
case MENU_LABEL_CORE_LIST:
case MENU_LABEL_VALUE_CORE_LIST:
return "Laad Core";
case MENU_LABEL_VALUE_SETTINGS:
return "Instellingen";