Salome HOME
correction from Martin BERNHARD to avoid problems with character
authorcrouzet <nicolas.crouzet@cea.fr>
Tue, 11 Jul 2023 15:12:43 +0000 (17:12 +0200)
committercrouzet <nicolas.crouzet@cea.fr>
Tue, 11 Jul 2023 15:12:43 +0000 (17:12 +0200)
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):