From 492bc680b38f1f00ae80d5f949ce9d545010b867 Mon Sep 17 00:00:00 2001 From: Dario Date: Thu, 6 Feb 2025 18:53:06 -0300 Subject: [PATCH] Cherry-pick text changes from thumbnails branch. Co-authored-by: RadiantDerg <9061202+RadiantDerg@users.noreply.github.com> --- UnleashedRecomp/locale/config_locale.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/UnleashedRecomp/locale/config_locale.cpp b/UnleashedRecomp/locale/config_locale.cpp index 30d7beef..23baa3ed 100644 --- a/UnleashedRecomp/locale/config_locale.cpp +++ b/UnleashedRecomp/locale/config_locale.cpp @@ -196,7 +196,7 @@ CONFIG_DEFINE_LOCALE(MusicAttenuation) CONFIG_DEFINE_LOCALE(ChannelConfiguration) { - { ELanguage::English, { "Channel Configuration", "" } } + { ELanguage::English, { "Channel Configuration", "Change the output mode for your playback device." } } }; CONFIG_DEFINE_ENUM_LOCALE(EChannelConfiguration) @@ -245,8 +245,10 @@ CONFIG_DEFINE_ENUM_LOCALE(EAspectRatio) { ELanguage::English, { - { EAspectRatio::Auto, { "AUTO", "Auto: the aspect ratio will dynamically adjust to the window size." } }, - { EAspectRatio::OriginalNarrow, { "ORIGINAL 4:3", "" } } + { EAspectRatio::Auto, { "AUTO", "Auto: The aspect ratio will dynamically adjust to the window size." } }, + { EAspectRatio::Wide, { "16:9", "Locked 16:9: Introduces letterboxing when needed." } }, + { EAspectRatio::Narrow, { "4:3", "Locked 4:3: Introduces pillarboxing when needed." } }, + { EAspectRatio::OriginalNarrow, { "ORIGINAL 4:3", "Original 4:3: Introduces pillarboxing while maintaining various UI quirks from the original." } } } } }; @@ -273,7 +275,7 @@ CONFIG_DEFINE_LOCALE(FPS) CONFIG_DEFINE_LOCALE(Brightness) { - { ELanguage::English, { "Brightness", "Adjust the brightness level of the game." } } + { ELanguage::English, { "Brightness", "Adjust the brightness level until the symbol on the left is barely visible." } } }; CONFIG_DEFINE_LOCALE(AntiAliasing)