--- 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