X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSMESHGUI%2FSMESHGUI_CopyMeshDlg.cxx;h=13e7db6ce0343c656db0d90c7d6923ed9690891b;hb=5dcb2f2b467e63a0e5d37e234b2ba8f8e624f987;hp=3d72ff4b07f58b9c61e492e8037ebac654d01f3c;hpb=6d32f944a0a115b6419184c50b57bf7c4eef5786;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_CopyMeshDlg.cxx b/src/SMESHGUI/SMESHGUI_CopyMeshDlg.cxx index 3d72ff4b0..13e7db6ce 100644 --- a/src/SMESHGUI/SMESHGUI_CopyMeshDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_CopyMeshDlg.cxx @@ -356,7 +356,7 @@ QString SMESHGUI_CopyMeshDlg::getErrorMsg( SMESH::string_array_var theInvalidEnt // theInvalidEntries - SObject's that hold geometry objects whose // counterparts are not found in the newGeometry, followed by SObject's // holding mesh sub-objects that are invalid because they depend on a not found - // preceeding sub-shape + // preceding sub-shape QString msg = tr("SUBSHAPES_NOT_FOUND_MSG") + "\n";