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,