From 8e6f864233accaac8dfb668d2735013a37a0c8ff Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 25 Nov 2016 22:00:18 +0100 Subject: [PATCH] Add on/off labels --- intl/msg_hash_lbl.h | 2 ++ msg_hash.h | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/intl/msg_hash_lbl.h b/intl/msg_hash_lbl.h index 051a507d78..0e3516fad9 100644 --- a/intl/msg_hash_lbl.h +++ b/intl/msg_hash_lbl.h @@ -1098,3 +1098,5 @@ MSG_HASH(MENU_ENUM_LABEL_DATABASE_CURSOR_LIST_ENTRY_DEVELOPER, "database_cursor_list_entry_developer") MSG_HASH(MENU_ENUM_LABEL_DATABASE_CURSOR_LIST_ENTRY_PUBLISHER, "database_cursor_list_entry_publisher") +MSG_HASH(MENU_ENUM_LABEL_OFF, "label_off") +MSG_HASH(MENU_ENUM_LABEL_ON, "label_on") diff --git a/msg_hash.h b/msg_hash.h index f5f69183e5..4fad9ec499 100644 --- a/msg_hash.h +++ b/msg_hash.h @@ -1102,8 +1102,8 @@ enum msg_hash_enums MENU_LABEL(MAIN_MENU), MENU_LABEL(INPUT_SETTINGS), - MENU_ENUM_LABEL_VALUE_ON, - MENU_ENUM_LABEL_VALUE_OFF, + MENU_LABEL(ON), + MENU_LABEL(OFF), MENU_ENUM_LABEL_VALUE_TRUE, MENU_ENUM_LABEL_VALUE_FALSE, MENU_ENUM_LABEL_VALUE_COMP,