diff options
author | Milan Crha <mcrha@redhat.com> | 2012-02-16 18:07:41 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-02-16 18:07:41 +0800 |
commit | bd8004f2112f9f7f34bc487b953812f7bc0eba30 (patch) | |
tree | 0cfe1c4d8ddeb3988f076b176643279b17552925 /mail/evolution-mail.schemas.in | |
parent | ea73b4f8cac37b277861beebd8f6f168aa51e629 (diff) | |
download | gsoc2013-evolution-bd8004f2112f9f7f34bc487b953812f7bc0eba30.tar.gz gsoc2013-evolution-bd8004f2112f9f7f34bc487b953812f7bc0eba30.tar.zst gsoc2013-evolution-bd8004f2112f9f7f34bc487b953812f7bc0eba30.zip |
Bug #668848 - Whitespaces in front of colons
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index e1bfc3247d..f04a211b34 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -1787,7 +1787,7 @@ <short>Drag'n'drop export format</short> <long> Define the email export format when doing drag'n'drop. - Possible values are : mbox or pdf + Possible values are mbox or pdf </long> </locale> </schema> @@ -1801,8 +1801,8 @@ <locale name="C"> <short>Format of the drag'n'drop export filename</short> <long> - Exported file name will be : YYYmmDDHHMMSS_email_title - Possible values : 1 (: email sent date), 2 (: drag'n'drop date) + Exported file name will be YYYYmmDDHHMMSS_email_title + Possible values: 1 (: email sent date), 2 (: drag'n'drop date) </long> </locale> </schema> |