mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 10:40:39 +00:00
Fix settings name mistake
This commit is contained in:
parent
d7a0a929ca
commit
71d8d80769
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user