Salome HOME
PAL10491. "... algo misses some hypothesis" -> "... algo misses nD hypothesis"
authoreap <eap@opencascade.com>
Wed, 23 Nov 2005 15:08:50 +0000 (15:08 +0000)
committereap <eap@opencascade.com>
Wed, 23 Nov 2005 15:08:50 +0000 (15:08 +0000)
src/SMESHGUI/SMESHGUI_HypothesesUtils.cxx
src/SMESHGUI/SMESH_msg_en.po

index 68d15b79bd3878fac173c80b4c26e617156fa742..3e48afa89d70c9412aa760f42f013a077cd9c107 100644 (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;
index 73270e899cf742c0320bee8a05cc09815b89c17c..c97815118678215c72e50fed94e6372be22cd448 100644 (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"
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-