Salome HOME
IPAL20696 5x regression of fixed nodes ids selection for smoothing dialog
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_RemoveElementsDlg.cxx
index f9689c657525568361b4bf86a709b9b487061322..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")));