Salome HOME
correction from Martin BERNHARD to avoid problems with character
[tools/sat.git] / src / fileEnviron.py
index a60827b23bc9bffc7ee61202e074ee5a5f699a72..b6987ae315c461f670b1ca5c69f527bc6315bdd5 100644 (file)
@@ -491,7 +491,7 @@ class LauncherFileEnviron(FileEnviron):
 
         if self.init_path:
             self.output.write('\n'+self.indent)
-            self.add_echo("change this variable to not reset the PATHS")
+            self.add_echo("Modify this variable to not reset the PATHS")
             self.output.write(self.indent+'reinitialise_paths=True\n\n')
 
     def add_echo(self, text):