1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-19 12:41:00 +00:00

Rename 'Supported Cores' to 'SUggested Cores'

This commit is contained in:
twinaphex 2017-01-06 02:07:28 +01:00
parent dad2be5d70
commit 35a9a74982
6 changed files with 6 additions and 6 deletions

@ -1217,7 +1217,7 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_STATUS,
MSG_HASH(MENU_ENUM_LABEL_VALUE_STDIN_CMD_ENABLE,
"stdin Commands")
MSG_HASH(MENU_ENUM_LABEL_VALUE_SUPPORTED_CORES,
"Supported cores")
"Suggested cores")
MSG_HASH(MENU_ENUM_LABEL_VALUE_SUSPEND_SCREENSAVER_ENABLE,
"Suspend Screensaver")
MSG_HASH(MENU_ENUM_LABEL_VALUE_SYSTEM_BGM_ENABLE,

@ -1205,7 +1205,7 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_STATUS,
MSG_HASH(MENU_ENUM_LABEL_VALUE_STDIN_CMD_ENABLE,
"Commandes stdin")
MSG_HASH(MENU_ENUM_LABEL_VALUE_SUPPORTED_CORES,
"Supported cores")
"Suggested cores")
MSG_HASH(MENU_ENUM_LABEL_VALUE_SUSPEND_SCREENSAVER_ENABLE,
"Désactiver l'économiseur d'écran")
MSG_HASH(MENU_ENUM_LABEL_VALUE_SYSTEM_BGM_ENABLE,

@ -1217,7 +1217,7 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_STATUS,
MSG_HASH(MENU_ENUM_LABEL_VALUE_STDIN_CMD_ENABLE,
"stdin Commandos")
MSG_HASH(MENU_ENUM_LABEL_VALUE_SUPPORTED_CORES,
"Supported cores")
"Aanbevolen cores")
MSG_HASH(MENU_ENUM_LABEL_VALUE_SUSPEND_SCREENSAVER_ENABLE,
"Onderbreek Screensaver")
MSG_HASH(MENU_ENUM_LABEL_VALUE_SYSTEM_BGM_ENABLE,

@ -1222,7 +1222,7 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_STATUS,
MSG_HASH(MENU_ENUM_LABEL_VALUE_STDIN_CMD_ENABLE,
"stdin Commands")
MSG_HASH(MENU_ENUM_LABEL_VALUE_SUPPORTED_CORES,
"Supported cores")
"Suggested cores")
MSG_HASH(MENU_ENUM_LABEL_VALUE_SUSPEND_SCREENSAVER_ENABLE,
"Suspend Screensaver")
MSG_HASH(MENU_ENUM_LABEL_VALUE_SYSTEM_BGM_ENABLE,

@ -1305,7 +1305,7 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_STATUS,
MSG_HASH(MENU_ENUM_LABEL_VALUE_STDIN_CMD_ENABLE,
"stdin Commands")
MSG_HASH(MENU_ENUM_LABEL_VALUE_SUPPORTED_CORES,
"Supported cores")
"Suggested cores")
MSG_HASH(MENU_ENUM_LABEL_VALUE_SUSPEND_SCREENSAVER_ENABLE,
"Suspend Screensaver")
MSG_HASH(MENU_ENUM_LABEL_VALUE_SYSTEM_BGM_ENABLE,

@ -2893,7 +2893,7 @@ const char *msg_hash_to_str_vn(enum msg_hash_enums msg)
case MENU_ENUM_LABEL_VALUE_STDIN_CMD_ENABLE:
return "stdin Commands";
case MENU_ENUM_LABEL_VALUE_SUPPORTED_CORES:
return "Supported cores";
return "Suggested cores";
case MENU_ENUM_LABEL_VALUE_SUSPEND_SCREENSAVER_ENABLE:
return "Suspend Screensaver";
case MENU_ENUM_LABEL_VALUE_SYSTEM_BGM_ENABLE: