CXS пре 3 година
родитељ
комит
83cf7cbffa
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      OTSIncAMeasureApp/1-OTSMeasure/CMeasureThreadWrapper.cs

+ 1 - 1
OTSIncAMeasureApp/1-OTSMeasure/CMeasureThreadWrapper.cs

@@ -281,7 +281,7 @@ namespace OTSMeasureApp
             Point lsp = currPoint;
             if (lsp.X != 0 || lsp.Y != 0)
             {
-                string STSemCoordinate = "当前帧坐标 X:" + lsp.X.ToString() + " Y:" + lsp.Y.ToString();
+                string STSemCoordinate = "Current frame coordinates X:" + lsp.X.ToString() + " Y:" + lsp.Y.ToString();
 
                 //显示当前视场 XY轴
                 m_MeasureApp.ShowSemCoordvAL(STSemCoordinate);