diff options
author | Andre Klapper <a9016009@gmx.de> | 2012-02-17 22:11:39 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2012-02-17 22:11:39 +0800 |
commit | 771b41d952bf2a272f8adf681b5d30984ee87a5e (patch) | |
tree | 7b8f70cfb446be8fe922e27e100026b0aa62651f /mail | |
parent | 53ca9a1f976b5fd414cc5dd774e5a59ef7e76a67 (diff) | |
download | gsoc2013-evolution-771b41d952bf2a272f8adf681b5d30984ee87a5e.tar.gz gsoc2013-evolution-771b41d952bf2a272f8adf681b5d30984ee87a5e.tar.zst gsoc2013-evolution-771b41d952bf2a272f8adf681b5d30984ee87a5e.zip |
Change 'file name' to 'filename' according to the GDP Style Guide
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-mail.schemas.in | 6 | ||||
-rw-r--r-- | mail/mail-config.ui | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index f04a211b34..0e3eef3061 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -244,9 +244,9 @@ <type>bool</type> <default>false</default> <locale name="C"> - <short>Encode file names in an Outlook/GMail way</short> + <short>Encode filenames in an Outlook/GMail way</short> <long> - Encode file names in the mail headers same as Outlook or GMail do, to let them display correctly file names with UTF-8 letters sent by Evolution, because they do not follow the RFC 2231, but use the incorrect RFC 2047 standard. + Encode filenames in the mail headers same as Outlook or GMail do, to let them display correctly filenames with UTF-8 letters sent by Evolution, because they do not follow the RFC 2231, but use the incorrect RFC 2047 standard. </long> </locale> </schema> @@ -1801,7 +1801,7 @@ <locale name="C"> <short>Format of the drag'n'drop export filename</short> <long> - Exported file name will be YYYYmmDDHHMMSS_email_title + Exported filename will be YYYYmmDDHHMMSS_email_title Possible values: 1 (: email sent date), 2 (: drag'n'drop date) </long> </locale> diff --git a/mail/mail-config.ui b/mail/mail-config.ui index 97d15e97fb..0d906ed6df 100644 --- a/mail/mail-config.ui +++ b/mail/mail-config.ui @@ -504,7 +504,7 @@ for display purposes only. </property> </child> <child> <object class="GtkCheckButton" id="chkOutlookFilenames"> - <property name="label" translatable="yes">Encode file names in an _Outlook/GMail way</property> + <property name="label" translatable="yes">Encode filenames in an _Outlook/GMail way</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |