]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Coding rules satisfaction
authormpv <mikhail.ponikarov@opencascade.com>
Wed, 4 Jul 2018 12:36:25 +0000 (15:36 +0300)
committermpv <mikhail.ponikarov@opencascade.com>
Wed, 4 Jul 2018 12:36:25 +0000 (15:36 +0300)
src/ModuleBase/ModuleBase_Tools.cpp

index b1fbfd27d9149051242d34dd37bf0cb8fd887ef4..1352b904909337034a452669277cd8815aa005a8 100755 (executable)
@@ -1025,7 +1025,8 @@ bool askToDelete(const std::set<FeaturePtr> theFeatures,
                      .arg(anOtherFeatureNames.join(aSep));
   }
   if (!aParamFeatureNames.empty()) {
-    const char* aMsg = "Parameters are used directly and through a sequence of dependencies 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));