From: vsv Date: Wed, 4 Jul 2018 10:16:48 +0000 (+0300) Subject: Issue #2544: Correct a message. X-Git-Tag: EDF_2018-1~23 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=60125fca2eb2017c34042587279d4d9c063a4632;p=modules%2Fshaper.git Issue #2544: Correct a message. --- diff --git a/src/ModuleBase/ModuleBase_Tools.cpp b/src/ModuleBase/ModuleBase_Tools.cpp index 8b09ef91a..b1fbfd27d 100755 --- a/src/ModuleBase/ModuleBase_Tools.cpp +++ b/src/ModuleBase/ModuleBase_Tools.cpp @@ -1025,7 +1025,7 @@ bool askToDelete(const std::set 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));