021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format)

fix an error message
This commit is contained in:
eap 2012-09-24 12:20:20 +00:00
parent 62227816e6
commit 80272b8f05

View File

@ -312,7 +312,7 @@ Driver_Mesh::Status DriverGMF_Write::Perform()
} // loop on groups
if ( !badGroups.empty() )
addMessage( SMESH_Comment("Groups including elements of inappropriate geometry:")
addMessage( SMESH_Comment("Groups of elements of inappropriate geometry:")
<< badGroups, /*fatal=*/false );
return DRS_OK;