Use ON and OFF even in japanese, to display the switch icon

This commit is contained in:
Jean-André Santoni 2016-10-25 17:25:30 +02:00
parent 44215e8ed9
commit 52d07684da

View File

@ -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: