Salome HOME
Issue #1863: Edit multi-lines
[modules/shaper.git] / src / ModuleBase / ModuleBase_Tools.cpp
index ae98b8a18d4f8d79798063e20a8c77c72cb6c098..adf14c58af0f6941f5d8e53946903b1cb8bd744f 100755 (executable)
@@ -1151,14 +1151,14 @@ bool askToDelete(const std::set<FeaturePtr> theFeatures,
   if (!aNotActivatedDocWrn.isEmpty())
     aText += aNotActivatedDocWrn;
   if (!anOtherFeatureNames.empty()) {
-    const char* aMsg = "Features are used in the following features: %1.\nThese \
- features will be deleted.\n";
+    const char* aMsg = "Features are used in the following features: %1.\nThese "
                      "features will be deleted.\n";
     aText += QString(QObject::tr(aMsg))
                      .arg(anOtherFeatureNames.join(aSep));
   }
   if (!aParamFeatureNames.empty()) {
-    const char* aMsg = "Parameters are used in the following features: %1.\nThese features will \
- be deleted.\nOr parameters could be replaced by their values.\n";
+    const char* aMsg = "Parameters are used 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));
     QPushButton *aReplaceButton =