Salome HOME
To implement issue 0016172: EDF 452 SMESH : Define in the preferences if we want...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Dialog.cxx
index fe4b4634e5a53640614426bc1785e3500f21b3c3..4b4c109b5d5062d0f9bd180c6f8d801721b70b34 100644 (file)
@@ -48,6 +48,7 @@ SMESHGUI_Dialog::SMESHGUI_Dialog( QWidget* parent, const bool modal,
   typeName( pr + MESH ) = tr( "DLG_MESH" );
   typeName( pr + HYPOTHESIS ) = tr( "DLG_HYPO" );
   typeName( pr + ALGORITHM ) = tr( "DLG_ALGO" );
+  setButtonText(1, tr("SMESH_BUT_APPLY_AND_CLOSE")); //rename OK to Apply and Close
   if ( flags & Close )
     setButtonPosition( Right, Close );
 }