diff --git a/intl/msg_hash_lbl.h b/intl/msg_hash_lbl.h index 69910dcf05..a5b301a5a5 100644 --- a/intl/msg_hash_lbl.h +++ b/intl/msg_hash_lbl.h @@ -1102,3 +1102,5 @@ MSG_HASH(MENU_ENUM_LABEL_OFF, "off") MSG_HASH(MENU_ENUM_LABEL_ON, "on") MSG_HASH(MENU_ENUM_LABEL_DISABLED, "disabled") MSG_HASH(MENU_ENUM_LABEL_ENABLED, "enabled") +MSG_HASH(MENU_ENUM_LABEL_SECONDS, "seconds") +MSG_HASH(MENU_ENUM_LABEL_STATUS, "status") diff --git a/msg_hash.h b/msg_hash.h index 58f85a51b8..1034549a33 100644 --- a/msg_hash.h +++ b/msg_hash.h @@ -1300,8 +1300,8 @@ enum msg_hash_enums MENU_LABEL(VIDEO_POST_FILTER_RECORD), MENU_LABEL(RECORD_ENABLE), - MENU_ENUM_LABEL_VALUE_SECONDS, - MENU_ENUM_LABEL_VALUE_STATUS, + MENU_LABEL(SECONDS), + MENU_LABEL(STATUS), MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_NAME, MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_LABEL,