From cc57e8d53611813232e8f5761aca452a020e031a Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期一, 06 十一月 2023 16:59:03 +0800 Subject: [PATCH] Merge branch 'Dev-Branch' into wjc --- HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAutomationListChoosePage.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAutomationListChoosePage.cs b/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAutomationListChoosePage.cs index 0d49714..47b80df 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAutomationListChoosePage.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAutomationListChoosePage.cs @@ -27,7 +27,7 @@ public void LoadPage() { this.bodyView.BackgroundColor = CSS_Color.MainBackgroundColor; - var topView = new TopViewDiv(bodyView, "閫夋嫨鑷姩鍖�"); + var topView = new TopViewDiv(bodyView,Language.StringByID( StringId.SelectAutomation)); topView.maginY = 10; topView.LoadTopView(); -- Gitblit v1.8.0