From: rnv Date: Thu, 10 Nov 2011 09:00:08 +0000 (+0000) Subject: Fix for the bug "IPAL22808 TC 6.4.0: Sketch dialog - wrong label for distance" X-Git-Tag: RELIQUAT_6x_15112011~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=93be6bd2e6140ef99ada0162eb10f2b1e9c50034;p=modules%2Fgeom.git Fix for the bug "IPAL22808 TC 6.4.0: Sketch dialog - wrong label for distance" --- diff --git a/src/EntityGUI/EntityGUI_SketcherDlg.cxx b/src/EntityGUI/EntityGUI_SketcherDlg.cxx index c2b167b98..7c16fccbd 100644 --- a/src/EntityGUI/EntityGUI_SketcherDlg.cxx +++ b/src/EntityGUI/EntityGUI_SketcherDlg.cxx @@ -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" ) ); diff --git a/src/GEOMGUI/GEOM_msg_en.ts b/src/GEOMGUI/GEOM_msg_en.ts index f3c0edbbb..486a2bbc1 100644 --- a/src/GEOMGUI/GEOM_msg_en.ts +++ b/src/GEOMGUI/GEOM_msg_en.ts @@ -1589,6 +1589,10 @@ Please, select face, shell or solid and try again GEOM_SKETCHER_DIR Direction + + GEOM_SKETCHER_DIST + Distance + GEOM_SKETCHER_DX2 DX : @@ -1703,7 +1707,7 @@ Please, select face, shell or solid and try again GEOM_SKETCHER_X3 - Abs. X : + DX : GEOM_SKETCHER_Y @@ -1715,7 +1719,7 @@ Please, select face, shell or solid and try again GEOM_SKETCHER_Y3 - Abs. Y : + DY : GEOM_SKETCHER_Z2 diff --git a/src/GEOMGUI/GEOM_msg_fr.ts b/src/GEOMGUI/GEOM_msg_fr.ts index 594d1ead8..92121579c 100644 --- a/src/GEOMGUI/GEOM_msg_fr.ts +++ b/src/GEOMGUI/GEOM_msg_fr.ts @@ -489,6 +489,10 @@ Choisissez une face, une coque ou un solide et essayez de nouveau GEOM_DIMENSIONS Dimensions + + GEOM_SKETCHER_DIST + Distance + GEOM_DISTANCE Distance @@ -1703,7 +1707,7 @@ Choisissez une face, une coque ou un solide et essayez de nouveau GEOM_SKETCHER_X3 - Abs. X : + DX : GEOM_SKETCHER_Y @@ -1715,7 +1719,7 @@ Choisissez une face, une coque ou un solide et essayez de nouveau GEOM_SKETCHER_Y3 - Abs. Y : + DY : GEOM_SKETCHER_Z2