From 138d5b3a4eadf4d9b87fc0c8d0d909ad92da2eb3 Mon Sep 17 00:00:00 2001 From: IlDucci Date: Tue, 15 Jun 2021 11:33:50 +0200 Subject: [PATCH] Fix Encore Mode on Github, minor English change - Fixes the Encore Mode string being misread by the Crowdin scripts. - Minor change on MENU_ENUM_SUBLABEL_CRT_SWITCH_HIRES_MENU's structure (by @DisasterMo, he asked me to do so). --- intl/msg_hash_us.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index 6c2120f208..d6efebe85d 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -1443,7 +1443,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_CRT_SWITCH_HIRES_MENU, - "Switch to high resolution modeline when no content is loaded for use with high-resolution menus." + "Switch to high resolution modeline for use with high-resolution menus when no content is loaded." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_CRT_SWITCH_RESOLUTION_USE_CUSTOM_REFRESH_RATE, @@ -4980,7 +4980,7 @@ MSG_HASH( MENU_ENUM_SUBLABEL_CHEEVOS_AUTO_SCREENSHOT, "Automatically take a screenshot when an achievement is earned." ) -MSG_HASH( /* suggestion for translators: translate as "Play Again Mode" */ +MSG_HASH( /* suggestion for translators: translate as 'Play Again Mode' */ MENU_ENUM_LABEL_VALUE_CHEEVOS_START_ACTIVE, "Encore Mode" )