From ea9116aa212bc7b21710bddb09efac122378ceca Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Thu, 18 Feb 2021 17:29:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E8=AF=AD=E8=A8=80=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Setting/SettingInfo.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Setting/SettingInfo.lua b/Assets/ManagedResources/~Lua/Modules/Setting/SettingInfo.lua index e0231eace6..141dd2ffb9 100644 --- a/Assets/ManagedResources/~Lua/Modules/Setting/SettingInfo.lua +++ b/Assets/ManagedResources/~Lua/Modules/Setting/SettingInfo.lua @@ -54,7 +54,7 @@ function SettingInfo:SetTipShow() elseif flag == 2 then this.dropDownText.text = "Tiếng Việt" elseif flag == 1 then - this.dropDownText.text = flag == 0 and Language[11854] or "English" + this.dropDownText.text = "English" end this.dropDown.value = flag if GetCurLanguage() ~= flag then