From ea0b1e8e5f43c5fd0a7d479e25ede3b8cbea464a Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期一, 02 十二月 2024 17:17:19 +0800 Subject: [PATCH] tcp;可视对讲; --- HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/MechanicalArmPage.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/MechanicalArmPage.cs b/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/MechanicalArmPage.cs index 9a8a721..ff748b3 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/MechanicalArmPage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/MechanicalArmPage.cs @@ -138,9 +138,9 @@ { tipMsg = "纭畾鍏抽棴?"; } - if (Language.CurrentLanguage != "Chinese") { + tipMsg = "Are you sure to close?"; if (this.btnSwitch.IsSelected) tipMsg = "Are you sure to open it?"; @@ -162,7 +162,7 @@ }); }); }; - new PublicAssmebly().TipOptionMsg(StringId.EmptyString, tipMsg, action); + new PublicAssmebly().TipOptionMsg(StringId.Tip, tipMsg, action); } -- Gitblit v1.8.0