Snapshot/SnapWidget.py

changeset 3039
8dd0165d805d
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3129
138331f6b0a0
--- a/Snapshot/SnapWidget.py	Sat Oct 19 16:51:12 2013 +0200
+++ b/Snapshot/SnapWidget.py	Sat Oct 19 17:42:18 2013 +0200
@@ -232,7 +232,7 @@
             E5MessageBox.warning(
                 self, self.trUtf8("Save Snapshot"),
                 self.trUtf8("Cannot write file '{0}:\n{1}.")
-                    .format(fileName, file.errorString()))
+                .format(fileName, file.errorString()))
             return False
         
         ok = self.__snapshot.save(file)
@@ -242,7 +242,7 @@
             E5MessageBox.warning(
                 self, self.trUtf8("Save Snapshot"),
                 self.trUtf8("Cannot write file '{0}:\n{1}.")
-                    .format(fileName, file.errorString()))
+                .format(fileName, file.errorString()))
         
         return ok
     

eric ide

mercurial