eric6/QScintilla/Exporters/ExporterRTF.py

changeset 7960
e8fc383322f7
parent 7949
17c0a4ec3cf0
child 8205
4a0f1f896341
--- a/eric6/QScintilla/Exporters/ExporterRTF.py	Tue Jan 05 18:28:31 2021 +0100
+++ b/eric6/QScintilla/Exporters/ExporterRTF.py	Wed Jan 06 13:47:01 2021 +0100
@@ -37,7 +37,7 @@
     RTF_COLORDEFCLOSE = "}"
     RTF_INFOOPEN = "{\\info "
     RTF_INFOCLOSE = "}"
-    RTF_COMMENT = "{\\comment Generated by eric6's RTF export filter.}"
+    RTF_COMMENT = "{\\comment Generated by eric's RTF export filter.}"
     # to be used by strftime
     RTF_CREATED = r"{\creatim\yr%Y\mo%m\dy%d\hr%H\min%M\sec%S}"
     RTF_BODYOPEN = ""

eric ide

mercurial