UI/EmailDialog.py

changeset 3030
4a0a82ddd9d2
parent 3020
542e97d4ecb3
child 3034
7ce719013078
child 3058
0a02c433f52d
--- a/UI/EmailDialog.py	Fri Oct 18 18:00:02 2013 +0200
+++ b/UI/EmailDialog.py	Fri Oct 18 18:42:10 2013 +0200
@@ -220,8 +220,8 @@
         @return string containing the mail message
         """
         mpPreamble = ("This is a MIME-encoded message with attachments. "
-            "If you see this message, your mail client is not "
-            "capable of displaying the attachments.")
+                      "If you see this message, your mail client is not "
+                      "capable of displaying the attachments.")
         
         msgtext = "{0}\r\n----\r\n{1}----\r\n{2}----\r\n{3}".format(
             self.message.toPlainText(),

eric ide

mercurial