eric6/Snapshot/SnapWidget.py

changeset 7960
e8fc383322f7
parent 7945
76daafe10009
child 8143
2c730d5fd177
--- a/eric6/Snapshot/SnapWidget.py	Tue Jan 05 18:28:31 2021 +0100
+++ b/eric6/Snapshot/SnapWidget.py	Wed Jan 06 13:47:01 2021 +0100
@@ -388,7 +388,7 @@
         if self.__modified:
             res = E5MessageBox.question(
                 self,
-                self.tr("eric6 Snapshot"),
+                self.tr("eric Snapshot"),
                 self.tr(
                     """The application contains an unsaved snapshot."""),
                 E5MessageBox.StandardButtons(
@@ -418,7 +418,7 @@
         """
         self.setWindowTitle("{0}[*] - {1}".format(
             os.path.basename(self.__filename),
-            self.tr("eric6 Snapshot")))
+            self.tr("eric Snapshot")))
         self.setWindowModified(self.__modified)
         self.pathNameEdit.setText(os.path.dirname(self.__filename))
     

eric ide

mercurial