From 9a0cfd0243431b41358e6d865d2231ea48f11a3c Mon Sep 17 00:00:00 2001 From: IsraelProyects <150495544+IsraelDXPP@users.noreply.github.com> Date: Tue, 3 Mar 2026 14:00:22 -0700 Subject: [PATCH] Update UIScene_SkinSelectMenu.cpp English // --- Minecraft.Client/Common/UI/UIScene_SkinSelectMenu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Minecraft.Client/Common/UI/UIScene_SkinSelectMenu.cpp b/Minecraft.Client/Common/UI/UIScene_SkinSelectMenu.cpp index c1d60d277..cfd1efded 100644 --- a/Minecraft.Client/Common/UI/UIScene_SkinSelectMenu.cpp +++ b/Minecraft.Client/Common/UI/UIScene_SkinSelectMenu.cpp @@ -788,12 +788,12 @@ void UIScene_SkinSelectMenu::handleSkinIndexChanged() if (m_packIndex == SKIN_SELECT_PACK_DEFAULT && m_bUsingCustomSkin) { - m_labelSkinOrigin.setLabel(L"X: Custom Skin"); // Muestra la ayuda visual + m_labelSkinOrigin.setLabel(L"X: Custom Skin"); // Show visual help } if (m_selectedSkinPath.compare(m_currentSkinPath) == 0) { - setCharacterSelected(true); // Activa el icono de seleccionado + setCharacterSelected(true); // Activates the selected icon automatically }