]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESHGUI/SMESHGUI_GroupOpDlg.cxx
Salome HOME
4x, 5x : Selection with rectangle is impossible for mesh elements if Submesh or Group...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_GroupOpDlg.cxx
index 86b655275a48a473eaeef6307a4019aa30a9ca74..919fa2f9b666a512ec5f2e523c134ed0efe59e7b 100644 (file)
@@ -171,7 +171,7 @@ QWidget* SMESHGUI_GroupOpDlg::createButtonFrame (QWidget* theParent)
 {
   QGroupBox* aFrame = new QGroupBox(theParent);
 
-  myOkBtn    = new QPushButton(tr("SMESH_BUT_OK"   ), aFrame);
+  myOkBtn    = new QPushButton(tr("SMESH_BUT_APPLY_AND_CLOSE"), aFrame);
   myApplyBtn = new QPushButton(tr("SMESH_BUT_APPLY"), aFrame);
   myCloseBtn = new QPushButton(tr("SMESH_BUT_CLOSE"), aFrame);
   myHelpBtn  = new QPushButton(tr("SMESH_BUT_HELP"),  aFrame);