Fix settings name mistake

This commit is contained in:
twinaphex 2015-06-27 13:26:12 +02:00
parent d7a0a929ca
commit 71d8d80769

View File

@ -621,7 +621,7 @@ const char *menu_hash_to_str_us(uint32_t hash)
case MENU_LABEL_VALUE_CONFIGURATION_SETTINGS:
return "Configuration Settings";
case MENU_LABEL_VALUE_CORE_SETTINGS:
return "Online Updater";
return "Core Settings";
case MENU_LABEL_VALUE_VIDEO_SETTINGS:
return "Video Settings";
case MENU_LABEL_VALUE_LOGGING_SETTINGS: