diff options
| author | Xenovyy <135486168+Xenovyy@users.noreply.github.com> | 2026-03-15 19:12:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-15 18:12:53 -0500 |
| commit | 15ea3dc85c240fba0f651834be8222e1cf592beb (patch) | |
| tree | 2501390b63f1f8af49eaac9c15378bf78f0aaad9 /Minecraft.Client/Common/UI/UIScene_MainMenu.cpp | |
| parent | 9fde19eca074bd1e7e58f44294dceb1de8ea486e (diff) | |
Adjusted Exit Game title (#1277)
* Adjusted Exit Game title
Replaced "Return to Xbox Dashboard" with "Exit Minecraft" on the exit game screen.
* Fixed Blending on Intro Sequence
Fixed Blocky, Crappy blending on the ESRB and Mojang Logos in the Intro Sequence.
Diffstat (limited to 'Minecraft.Client/Common/UI/UIScene_MainMenu.cpp')
| -rw-r--r-- | Minecraft.Client/Common/UI/UIScene_MainMenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/Common/UI/UIScene_MainMenu.cpp b/Minecraft.Client/Common/UI/UIScene_MainMenu.cpp index a1cbc144..93f1edf1 100644 --- a/Minecraft.Client/Common/UI/UIScene_MainMenu.cpp +++ b/Minecraft.Client/Common/UI/UIScene_MainMenu.cpp @@ -368,7 +368,7 @@ void UIScene_MainMenu::handlePress(F64 controlId, F64 childId) UINT uiIDA[2]; uiIDA[0]=IDS_CANCEL; uiIDA[1]=IDS_OK; - ui.RequestErrorMessage(IDS_WARNING_ARCADE_TITLE, IDS_WARNING_ARCADE_TEXT, uiIDA, 2, XUSER_INDEX_ANY,&UIScene_MainMenu::ExitGameReturned,this); + ui.RequestErrorMessage(IDS_WINDOWS_EXIT, IDS_WARNING_ARCADE_TEXT, uiIDA, 2, XUSER_INDEX_ANY,&UIScene_MainMenu::ExitGameReturned,this); } else { |
