PAL10491. "... algo misses some hypothesis" -> "... algo misses nD hypothesis"

This commit is contained in:
eap 2005-11-23 15:08:50 +00:00
parent 25c935e78a
commit 9048686ff8
2 changed files with 3 additions and 15 deletions

View File

@ -571,6 +571,8 @@ namespace SMESH{
msg = msg.arg( error.algoDim );
// %3 - global/local
msg = msg.arg( QObject::tr( error.isGlobalAlgo ? "GLOBAL_ALGO" : "LOCAL_ALGO" ));
// %4 - hypothesis dim == algoDim
msg = msg.arg( error.algoDim );
if ( i ) resMsg += ";\n";
resMsg += msg;

View File

@ -1204,7 +1204,7 @@ msgid "MISSING_ALGO"
msgstr "%3 %2D algorithm is missing"
msgid "MISSING_HYPO"
msgstr "%3 %2D algorithm \"%1\" misses some hypothesis"
msgstr "%3 %2D algorithm \"%1\" misses %4D hypothesis"
msgid "NOT_CONFORM_MESH"
msgstr "%3 %2D algorithm \"%1\" would produce not conform mesh: global \"Not Conform Mesh Allowed\" hypotesis is missing"
@ -2928,17 +2928,3 @@ msgstr "Mesh is null"
msgid "SMESHGUI_MeshOp::MESH_IS_NOT_DEFINED"
msgstr "Mesh is not defined\nPlease specify it and try again"