Salome HOME
Corrections for the English and the French translations.
[modules/shaper.git] / src / GeomValidators / GeomValidators_ZeroOffset.cpp
index 0b42176575ff4433a1d44ad162c306dc54e06ff0..411a1a21ef59acb0b5a9dd70aa43e1778fda1887 100644 (file)
@@ -41,7 +41,7 @@ bool GeomValidators_ZeroOffset::isValid(const std::shared_ptr<ModelAPI_Feature>&
 {
 // LCOV_EXCL_START
   if(theArguments.size() != 9) {
-    theError = "Wrong number of validator arguments in xml(expected 9).";
+    theError = "Wrong number of validator arguments in xml (expected 9).";
     return false;
   }
 // LCOV_EXCL_STOP