Salome HOME
Modification, Transformation. IDs of elements are missing, if selection with rectange...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_RemoveElementsDlg.cxx
index c8aa32a600f34a7c450b2504e5b5be4288ef1d1e..f4aaf0737f12f5749fc1fc1d1d22eaa315cf16e6 100644 (file)
@@ -85,7 +85,7 @@ SMESHGUI_RemoveElementsDlg
 {
   setModal( false );
   setAttribute( Qt::WA_DeleteOnClose, true );
-  setWindowTitle(tr("SMESH_REMOVE_NODES_TITLE"));
+  setWindowTitle(tr("SMESH_REMOVE_ELEMENTS_TITLE"));
   setSizeGripEnabled(true);
   
   QPixmap image0 (SMESH::GetResourceMgr( mySMESHGUI )->loadPixmap("SMESH", tr("ICON_DLG_REM_ELEMENT")));
@@ -131,7 +131,7 @@ SMESHGUI_RemoveElementsDlg
   GroupButtonsLayout->setSpacing(SPACING);
   GroupButtonsLayout->setMargin(MARGIN);
 
-  buttonOk = new QPushButton(tr("SMESH_BUT_OK"), GroupButtons);
+  buttonOk = new QPushButton(tr("SMESH_BUT_APPLY_AND_CLOSE"), GroupButtons);
   buttonOk->setAutoDefault(true);
   buttonOk->setDefault(true);
   buttonApply = new QPushButton(tr("SMESH_BUT_APPLY"), GroupButtons);