QScintilla/MiniEditor.py

changeset 3670
f0cb7579c0b4
parent 3656
441956d8fce5
child 4021
195a471c327b
--- a/QScintilla/MiniEditor.py	Sat Jul 05 11:41:14 2014 +0200
+++ b/QScintilla/MiniEditor.py	Sat Jul 05 12:13:23 2014 +0200
@@ -251,9 +251,9 @@
         """
         E5MessageBox.about(
             self,
-            self.tr("About eric5 Mini Editor"),
+            self.tr("About eric6 Mini Editor"),
             self.tr(
-                "The eric5 Mini Editor is an editor component"
+                "The eric6 Mini Editor is an editor component"
                 " based on QScintilla. It may be used for simple"
                 " editing tasks, that don't need the power of"
                 " a full blown editor."))
@@ -262,7 +262,7 @@
         """
         Private slot to handle the About Qt dialog.
         """
-        E5MessageBox.aboutQt(self, "eric5 Mini Editor")
+        E5MessageBox.aboutQt(self, "eric6 Mini Editor")
     
     def __whatsThis(self):
         """
@@ -351,7 +351,7 @@
         self.__createSearchActions()
         
         # read the keyboard shortcuts and make them identical to the main
-        # eric5 shortcuts
+        # eric6 shortcuts
         for act in self.helpActions:
             self.__readShortcut(act, "General")
         for act in self.editActions:
@@ -2176,7 +2176,7 @@
         if self.__textEdit.isModified():
             ret = E5MessageBox.okToClearData(
                 self,
-                self.tr("eric5 Mini Editor"),
+                self.tr("eric6 Mini Editor"),
                 self.tr("The document has unsaved changes."),
                 self.__save)
             return ret

eric ide

mercurial