X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_CopyMeshDlg.cxx;h=13e7db6ce0343c656db0d90c7d6923ed9690891b;hb=f67cc2cf7623ceb111ae0c249af06db1f1973db3;hp=3d72ff4b07f58b9c61e492e8037ebac654d01f3c;hpb=385d4cede5f752d0eec26c306f3b5e14511e2a3d;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";