mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Use ON and OFF even in japanese, to display the switch icon
This commit is contained in:
parent
44215e8ed9
commit
52d07684da
@ -4325,9 +4325,9 @@ const char *msg_hash_to_str_jp(enum msg_hash_enums msg)
|
||||
case MENU_ENUM_LABEL_VALUE_SECONDS:
|
||||
return "秒";
|
||||
case MENU_ENUM_LABEL_VALUE_OFF:
|
||||
return "オフ";
|
||||
return "OFF";
|
||||
case MENU_ENUM_LABEL_VALUE_ON:
|
||||
return "オン";
|
||||
return "ON";
|
||||
case MENU_ENUM_LABEL_VALUE_UPDATE_ASSETS:
|
||||
return "資産をアップデート";
|
||||
case MENU_ENUM_LABEL_VALUE_UPDATE_LAKKA:
|
||||
|
Loading…
x
Reference in New Issue
Block a user