]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/FeaturesPlugin_Validators.cpp
Salome HOME
Add missing french translations.
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Validators.cpp
index 68fcb043fca7975f05b3aed6c61625b67b7f010e..8878e2d921140a3423b4f44970733103c83fc250 100644 (file)
@@ -2035,7 +2035,7 @@ bool FeaturesPlugin_ValidatorBooleanCommonArguments::isValid(
 
   if ((isSimpleMode && anObjectsNb < 2)
       || (!isSimpleMode && (anObjectsNb == 0 || aToolsNb == 0))) {
-    theError = "Not enough arguments for Fuse operation.";
+    theError = "Not enough arguments for Common operation.";
     return false;
   }
   return true;