Browse Source

当前帧坐标英文化

CXS 3 years ago
parent
commit
83cf7cbffa
1 changed files with 1 additions and 1 deletions
  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);