diff --git a/intl/msg_hash_eo.h b/intl/msg_hash_eo.h index 4bd40de65b..bfe1c74bb4 100644 --- a/intl/msg_hash_eo.h +++ b/intl/msg_hash_eo.h @@ -1171,7 +1171,7 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_SCREENSHOT_DIRECTORY, MSG_HASH(MENU_ENUM_LABEL_VALUE_SCREEN_RESOLUTION, "Screen Resolution") MSG_HASH(MENU_ENUM_LABEL_VALUE_SEARCH, - "Search:") + "Search") MSG_HASH(MENU_ENUM_LABEL_VALUE_SECONDS, "seconds") MSG_HASH(MENU_ENUM_LABEL_VALUE_SETTINGS, diff --git a/intl/msg_hash_ru.h b/intl/msg_hash_ru.h index 31981310f7..b96282af5b 100644 --- a/intl/msg_hash_ru.h +++ b/intl/msg_hash_ru.h @@ -1171,7 +1171,7 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_SCREENSHOT_DIRECTORY, MSG_HASH(MENU_ENUM_LABEL_VALUE_SCREEN_RESOLUTION, "Screen Resolution") MSG_HASH(MENU_ENUM_LABEL_VALUE_SEARCH, - "Search:") + "Search") MSG_HASH(MENU_ENUM_LABEL_VALUE_SECONDS, "seconds") MSG_HASH(MENU_ENUM_LABEL_VALUE_SETTINGS, diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index aa500cd30f..b8c36c8c3f 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -1189,7 +1189,7 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_SCREENSHOT_DIRECTORY, MSG_HASH(MENU_ENUM_LABEL_VALUE_SCREEN_RESOLUTION, "Screen Resolution") MSG_HASH(MENU_ENUM_LABEL_VALUE_SEARCH, - "Search:") + "Search") MSG_HASH(MENU_ENUM_LABEL_VALUE_SECONDS, "seconds") MSG_HASH(MENU_ENUM_LABEL_VALUE_SETTINGS, diff --git a/intl/msg_hash_vn.c b/intl/msg_hash_vn.c index 6e7840cdd0..8766639869 100644 --- a/intl/msg_hash_vn.c +++ b/intl/msg_hash_vn.c @@ -2846,7 +2846,7 @@ const char *msg_hash_to_str_vn(enum msg_hash_enums msg) case MENU_ENUM_LABEL_VALUE_SCREEN_RESOLUTION: return "Screen Resolution"; case MENU_ENUM_LABEL_VALUE_SEARCH: - return "Search:"; + return "Search"; case MENU_ENUM_LABEL_VALUE_SECONDS: return "seconds"; case MENU_ENUM_LABEL_VALUE_SETTINGS: