From 4906bc901d0b8dceeb7146cfafb7d0f9300071a4 Mon Sep 17 00:00:00 2001 From: LazyByteDev <192471894+LazyByteDev@users.noreply.github.com> Date: Wed, 4 Mar 2026 00:03:28 -0500 Subject: [PATCH] Renamed again from LCE Store to LCE Workshop --- Minecraft.Client/Common/UI/UIScene_MainMenu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Minecraft.Client/Common/UI/UIScene_MainMenu.cpp b/Minecraft.Client/Common/UI/UIScene_MainMenu.cpp index 999d51fa..f03ca9c3 100644 --- a/Minecraft.Client/Common/UI/UIScene_MainMenu.cpp +++ b/Minecraft.Client/Common/UI/UIScene_MainMenu.cpp @@ -49,7 +49,7 @@ UIScene_MainMenu::UIScene_MainMenu(int iPad, void *initData, UILayer *parentLaye if(ProfileManager.IsFullVersion()) { m_bTrialVersion=false; - m_buttons[(int)eControl_UnlockOrDLC].init(L"LCE Store",eControl_UnlockOrDLC); + m_buttons[(int)eControl_UnlockOrDLC].init(L"LCE Workshop",eControl_UnlockOrDLC); } else { @@ -180,7 +180,7 @@ void UIScene_MainMenu::handleGainFocus(bool navBack) if(navBack && ProfileManager.IsFullVersion()) { // Replace the Unlock Full Game with Downloadable Content - m_buttons[(int)eControl_UnlockOrDLC].setLabel(L"LCE Store"); + m_buttons[(int)eControl_UnlockOrDLC].setLabel(L"LCE Workshop"); } #if TO_BE_IMPLEMENTED