Salome HOME
PAL10491. "... algo misses some hypothesis" -> "... algo misses nD hypothesis"
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_HypothesesUtils.cxx
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;