]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix for the bug "IPAL22808 TC 6.4.0: Sketch dialog - wrong label for distance"
authorrnv <rnv@opencascade.com>
Thu, 10 Nov 2011 09:00:08 +0000 (09:00 +0000)
committerrnv <rnv@opencascade.com>
Thu, 10 Nov 2011 09:00:08 +0000 (09:00 +0000)
src/EntityGUI/EntityGUI_SketcherDlg.cxx
src/GEOMGUI/GEOM_msg_en.ts
src/GEOMGUI/GEOM_msg_fr.ts

index c2b167b9890cb878f17c89de934404efa5966f9a..7c16fccbd38cb9be357d4ecab14a9a802994b4f6 100644 (file)
@@ -154,7 +154,7 @@ EntityGUI_SketcherDlg::EntityGUI_SketcherDlg( GeometryGUI* GUI, QWidget* parent,
 
   GroupD2 = new EntityGUI_Dir2( MainWidget->DestCnt );
 
-  GroupD2->GroupDir2->setTitle( tr( "GEOM_SKETCHER_DIR" ) );
+  GroupD2->GroupDir2->setTitle( tr( "GEOM_SKETCHER_DIST" ) );
   GroupD2->RB_Dir21->setText( tr( "GEOM_SKETCHER_LENGTH" ) );
   GroupD2->RB_Dir22->setText( tr( "GEOM_SKETCHER_X" ) );
   GroupD2->RB_Dir23->setText( tr( "GEOM_SKETCHER_Y" ) );
index f3c0edbbb563006c924788a97d01388334a281da..486a2bbc10f8972efde45b3dc111f731b2caa6e7 100644 (file)
@@ -1589,6 +1589,10 @@ Please, select face, shell or solid and try again</translation>
         <source>GEOM_SKETCHER_DIR</source>
         <translation>Direction</translation>
     </message>
+    <message>
+        <source>GEOM_SKETCHER_DIST</source>
+        <translation>Distance</translation>
+    </message>
     <message>
         <source>GEOM_SKETCHER_DX2</source>
         <translation>DX :</translation>
@@ -1703,7 +1707,7 @@ Please, select face, shell or solid and try again</translation>
     </message>
     <message>
         <source>GEOM_SKETCHER_X3</source>
-        <translation>Abs. X :</translation>
+        <translation>DX :</translation>
     </message>
     <message>
         <source>GEOM_SKETCHER_Y</source>
@@ -1715,7 +1719,7 @@ Please, select face, shell or solid and try again</translation>
     </message>
     <message>
         <source>GEOM_SKETCHER_Y3</source>
-        <translation>Abs. Y :</translation>
+        <translation>DY :</translation>
     </message>
     <message>
         <source>GEOM_SKETCHER_Z2</source>
index 594d1ead8f36f666e39fa6902147aa9ff11024ce..92121579c0f1253622af932ff4a02d88d0b3ff51 100644 (file)
@@ -489,6 +489,10 @@ Choisissez une face, une coque ou un solide et essayez de nouveau</translation>
         <source>GEOM_DIMENSIONS</source>
         <translation>Dimensions</translation>
     </message>
+    <message>
+        <source>GEOM_SKETCHER_DIST</source>
+        <translation>Distance</translation>
+    </message>
     <message>
         <source>GEOM_DISTANCE</source>
         <translation>Distance</translation>
@@ -1703,7 +1707,7 @@ Choisissez une face, une coque ou un solide et essayez de nouveau</translation>
     </message>
     <message>
         <source>GEOM_SKETCHER_X3</source>
-        <translation>Abs. X :</translation>
+        <translation>DX :</translation>
     </message>
     <message>
         <source>GEOM_SKETCHER_Y</source>
@@ -1715,7 +1719,7 @@ Choisissez une face, une coque ou un solide et essayez de nouveau</translation>
     </message>
     <message>
         <source>GEOM_SKETCHER_Y3</source>
-        <translation>Abs. Y :</translation>
+        <translation>DY :</translation>
     </message>
     <message>
         <source>GEOM_SKETCHER_Z2</source>