From 1657d67182589e4ab01cf85f1d1f7b3c847353a6 Mon Sep 17 00:00:00 2001 From: Michael Burgardt Date: Sun, 20 Jun 2021 22:15:31 +0200 Subject: [PATCH] Move MENU_ENUM_LABEL_VALUE_ACHIEVEMENT_PAUSE_MENU to lbl.h --- intl/msg_hash_lbl.h | 8 ++++---- intl/msg_hash_us.h | 4 ---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/intl/msg_hash_lbl.h b/intl/msg_hash_lbl.h index 6f98595fc8..c522d9ae52 100644 --- a/intl/msg_hash_lbl.h +++ b/intl/msg_hash_lbl.h @@ -22,6 +22,10 @@ MSG_HASH( MENU_ENUM_LABEL_ACCOUNTS_RETRO_ACHIEVEMENTS, "retro_achievements" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_ACHIEVEMENT_PAUSE_MENU, + "toggle_cheevos_hardcore" + ) MSG_HASH( MENU_ENUM_LABEL_ACCOUNTS_TWITCH, "twitch" @@ -3642,10 +3646,6 @@ MSG_HASH( MSG_DISCONNECT_DEVICE_FROM_A_VALID_PORT, "disconnect_device_from_a_valid_port" ) -MSG_HASH( - MSG_FAILED_TO_SET_DISK, - "Failed to set disk" - ) MSG_HASH( MSG_FAILED_TO_START_AUDIO_DRIVER, "failed_to_start_audio_driver" diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index d6efebe85d..81cb511879 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -7098,10 +7098,6 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_NO_ACHIEVEMENTS_TO_DISPLAY, "No Achievements to Display" ) -MSG_HASH( - MENU_ENUM_LABEL_VALUE_ACHIEVEMENT_PAUSE_MENU, - "ToggleCheevosHardcore" /* not-displayed - needed to resolve submenu */ - ) MSG_HASH( MENU_ENUM_LABEL_VALUE_ACHIEVEMENT_PAUSE_CANCEL, "Cancel Pause Achievements Hardcore Mode"