eric6/E5XML/SessionWriter.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8008
ae9ab1e150dc
child 8009
29818ac4853c
diff -r 44e15eda6506 -r e8fc383322f7 eric6/E5XML/SessionWriter.py
--- a/eric6/E5XML/SessionWriter.py	Tue Jan 05 18:28:31 2021 +0100
+++ b/eric6/E5XML/SessionWriter.py	Wed Jan 06 13:47:01 2021 +0100
@@ -55,7 +55,7 @@
         # add some generation comments
         if not isGlobal:
             self.writeComment(
-                " eric6 session file for project {0} ".format(self.name))
+                " eric session file for project {0} ".format(self.name))
         self.writeComment(
             " This file was generated automatically, do not edit. ")
         if Preferences.getProject("XMLTimestamp") or isGlobal:

eric ide

mercurial