mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
(de/nl) Load Core accessible again
This commit is contained in:
parent
44a44b2266
commit
bcf3420b1d
@ -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 */
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user