From: vsr Date: Mon, 19 Apr 2010 13:59:58 +0000 (+0000) Subject: Issue 0020835: EDF 1363 GEOM : 'New entity/Face' and 'Build Face' confusion X-Git-Tag: V5_1_4rc1~40 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cdd385b3893aa41ffba7d262e9e29d7ce7a9ba65;p=modules%2Fgeom.git Issue 0020835: EDF 1363 GEOM : 'New entity/Face' and 'Build Face' confusion --- diff --git a/src/GEOMGUI/GEOM_msg_en.ts b/src/GEOMGUI/GEOM_msg_en.ts index 15cd125ff..f3b37db0f 100644 --- a/src/GEOMGUI/GEOM_msg_en.ts +++ b/src/GEOMGUI/GEOM_msg_en.ts @@ -633,7 +633,11 @@ Please, select face, shell or solid and try again GEOM_RECTANGLE_TITLE - Face Construction + Rectangle Construction + + + GEOM_RECTANGLE + Rectangle GEOM_FILLET @@ -2153,7 +2157,7 @@ Please, select face, shell or solid and try again MEN_RECTANGLE - Face + Rectangle MEN_DELETE diff --git a/src/PrimitiveGUI/PrimitiveGUI_FaceDlg.cxx b/src/PrimitiveGUI/PrimitiveGUI_FaceDlg.cxx index bbc909ff1..760457b6d 100755 --- a/src/PrimitiveGUI/PrimitiveGUI_FaceDlg.cxx +++ b/src/PrimitiveGUI/PrimitiveGUI_FaceDlg.cxx @@ -60,7 +60,7 @@ PrimitiveGUI_FaceDlg::PrimitiveGUI_FaceDlg( GeometryGUI* theGeometryGUI, QWidget setWindowTitle( tr( "GEOM_RECTANGLE_TITLE" ) ); /***************************************************************/ - mainFrame()->GroupConstructors->setTitle( tr( "GEOM_FACE" ) ); + mainFrame()->GroupConstructors->setTitle( tr( "GEOM_RECTANGLE" ) ); mainFrame()->RadioButton1->setIcon( image2 ); mainFrame()->RadioButton2->setIcon( image0 ); mainFrame()->RadioButton3->setAttribute( Qt::WA_DeleteOnClose );