From 15ea3dc85c240fba0f651834be8222e1cf592beb Mon Sep 17 00:00:00 2001 From: Xenovyy <135486168+Xenovyy@users.noreply.github.com> Date: Sun, 15 Mar 2026 19:12:53 -0400 Subject: 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. --- Minecraft.Client/Common/UI/UIScene_MainMenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Minecraft.Client/Common/UI/UIScene_MainMenu.cpp') 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 { -- cgit v1.2.3