X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_RemoveElementsDlg.cxx;h=f4aaf0737f12f5749fc1fc1d1d22eaa315cf16e6;hb=ccde869e079e5502930d8b04f2b229ee500779cb;hp=c8aa32a600f34a7c450b2504e5b5be4288ef1d1e;hpb=24702e4b6a0bdf24dfaaa44d3defe0cade6d6f7e;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_RemoveElementsDlg.cxx b/src/SMESHGUI/SMESHGUI_RemoveElementsDlg.cxx index c8aa32a60..f4aaf0737 100644 --- a/src/SMESHGUI/SMESHGUI_RemoveElementsDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_RemoveElementsDlg.cxx @@ -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);