Notify not on hidden algorithm but on ignored submesh
aMsg = QObject::tr(aMsg).arg(aHypName) +
QObject::tr(QString("SMESH_HYP_%1").arg(theHypStatus));
+ if ( theHypStatus == SMESH::HYP_HIDDEN_ALGO ) // PAL18501
+ aMsg = aMsg.arg( GetHypothesisData(theHyp->GetName())->Dim[0] );
+
SUIT_MessageBox::warn1(SMESHGUI::desktop(),
QObject::tr("SMESH_WRN_WARNING"),
aMsg,
msgstr "Hypothesis has a bad parameter value"
msgid "SMESH_HYP_4"
-msgstr "Algorithm is hidden by an algorithm of upper dimension generating all-dimensions elements"
+msgstr "Submesh is ignored as there is another algorithm of upper dimension generating %1D elements"
msgid "SMESH_HYP_5"
msgstr "Algorithm hides algorithm(s) of lower dimension by generating all-dimensions elements"