mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-26 21:10:33 +05:00
Fix for the bug "IPAL22808 TC 6.4.0: Sketch dialog - wrong label for distance"
This commit is contained in:
parent
311ac6909b
commit
93be6bd2e6
@ -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" ) );
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user