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;
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"
msgid "SMESHGUI_MeshOp::MESH_IS_NOT_DEFINED"
msgstr "Mesh is not defined\nPlease specify it and try again"
-
-
-
-
-
-
-
-
-
-
-
-
-
-