(nl) Fix 'Core Settings' label

This commit is contained in:
twinaphex 2015-06-27 13:54:07 +02:00
parent a5fc099115
commit d7ce278f53

View File

@ -56,7 +56,7 @@ const char *menu_hash_to_str_nl(uint32_t hash)
case MENU_LABEL_VALUE_CONFIGURATION_SETTINGS:
return "Configuratie Instellingen";
case MENU_LABEL_VALUE_CORE_SETTINGS:
return "Online Updater";
return "Core Instellingen";
case MENU_LABEL_VALUE_VIDEO_SETTINGS:
return "Video Instellingen";
case MENU_LABEL_VALUE_LOGGING_SETTINGS: