config_locale: update Aspect Ratio locale

Co-Authored-By: Michael <15317421+ActualMandM@users.noreply.github.com>
This commit is contained in:
Hyper 2025-02-07 10:44:29 +00:00
parent 492bc680b3
commit de556dc60f

View file

@ -245,10 +245,10 @@ CONFIG_DEFINE_ENUM_LOCALE(EAspectRatio)
{ {
ELanguage::English, ELanguage::English,
{ {
{ EAspectRatio::Auto, { "AUTO", "Auto: The aspect ratio will dynamically adjust to the window size." } }, { 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::Wide, { "16:9", "16:9: locks the game to a widescreen aspect ratio." } },
{ EAspectRatio::Narrow, { "4:3", "Locked 4:3: Introduces pillarboxing when needed." } }, { EAspectRatio::Narrow, { "4:3", "4:3: locks the game to a narrow aspect ratio." } },
{ EAspectRatio::OriginalNarrow, { "ORIGINAL 4:3", "Original 4:3: Introduces pillarboxing while maintaining various UI quirks from the original." } } { EAspectRatio::OriginalNarrow, { "ORIGINAL 4:3", "Original 4:3: locks the game to a narrow aspect ratio and retains parity with the game's original implementation." } }
} }
} }
}; };