Salome HOME
Issue #2544: Correct a message.
authorvsv <vsv@opencascade.com>
Wed, 4 Jul 2018 10:16:48 +0000 (13:16 +0300)
committervsv <vsv@opencascade.com>
Wed, 4 Jul 2018 10:16:48 +0000 (13:16 +0300)
src/ModuleBase/ModuleBase_Tools.cpp

index 8b09ef91aed1d2169bd03f8a8a0cd4568bd20485..b1fbfd27d9149051242d34dd37bf0cb8fd887ef4 100755 (executable)
@@ -1025,7 +1025,7 @@ bool askToDelete(const std::set<FeaturePtr> theFeatures,
                      .arg(anOtherFeatureNames.join(aSep));
   }
   if (!aParamFeatureNames.empty()) {
-    const char* aMsg = "Parameters are used in the following features: %1.\nThese features will "
+    const char* aMsg = "Parameters are used directly and through a sequence of dependencies in the following features: %1.\nThese features will "
                        "be deleted.\nOr parameters could be replaced by their values.\n";
     aText += QString(QObject::tr(aMsg))
                      .arg(aParamFeatureNames.join(aSep));