]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_WidgetLabel.cpp
Salome HOME
Translated messages providing for SOLVER_ERROR attribute, code improvement
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetLabel.cpp
index 31fe1f6c73f358393d9b57b6216a191cbb8e103f..bab0894cb1f93c92c993f8c613754aef6053a7e2 100644 (file)
@@ -55,6 +55,7 @@ bool ModuleBase_WidgetLabel::restoreValueCustom()
     if (aStrAttr.get()) {
       aMsg = aStrAttr->value();
     }
+    ModuleBase_Tools::translate(myFeature->getKind(), aMsg);
     myLabel->setText(aMsg.c_str());
   }
   return true;