瀏覽代碼

修正取料位本地化文本,去除末尾冒号

修正了 PlcPointParams.xaml 中 TextBlock 的本地化绑定文本,去掉了“选择要校准的取料位”后的中文冒号,使界面显示更规范。
孝锋 徐 7 月之前
父節點
當前提交
91eeda844c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      TeamAAS-VM/Views/Product/PlcPointParams.xaml

+ 1 - 1
TeamAAS-VM/Views/Product/PlcPointParams.xaml

@@ -419,7 +419,7 @@
                                             </ComboBox>
                                             <TextBlock Margin="5,0,0,0"
                                                        VerticalAlignment="Center"
-                                                       Text="{lex:Loc 选择要校准的取料位}" />
+                                                       Text="{lex:Loc 选择要校准的取料位}" />
                                             <ComboBox MinWidth="50"
                                                       Margin="5,0,0,0"
                                                       ItemsSource="{Binding PickPoints}"