diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/evolution-mail.schemas.in.in | 10 | ||||
-rw-r--r-- | mail/mail-config.glade | 2 |
3 files changed, 13 insertions, 6 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 99a2e604dc..e80f4ddee4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2004-04-30 Priit Laes <amd@tt.ee> + + * mail-config.glade: fix typo. #53466. + + * evolution-mail.schemas.in.in: use American English instead of + British. #53466. + 2004-04-30 Jeffrey Stedfast <fejj@ximian.com> Fix for bug #56645 diff --git a/mail/evolution-mail.schemas.in.in b/mail/evolution-mail.schemas.in.in index f08d1b4a33..6327985609 100644 --- a/mail/evolution-mail.schemas.in.in +++ b/mail/evolution-mail.schemas.in.in @@ -190,9 +190,9 @@ <type>string</type> <default>#737373</default> <locale name="C"> - <short>Citation highlight colour</short> + <short>Citation highlight color</short> <long> - Citation highlight colour. + Citation highlight color. </long> </locale> </schema> @@ -716,11 +716,11 @@ <list_type>string</list_type> <default>[Important:#ff0000,Work:#ff8c00,Personal:#008b00,To Do:#0000ff,Later:#8b008b]</default> <locale name="C"> - <short>List of Labels and their associated colours</short> + <short>List of Labels and their associated colors</short> <long> List of labels known to the mail component of - Evolution. The list contains strings containing name:colour - where colour uses the HTML hex encoding. + Evolution. The list contains strings containing name:color + where color uses the HTML hex encoding. </long> </locale> </schema> diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 33e0a1c252..7cc0652daf 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -7788,7 +7788,7 @@ For example: "Work" or "Personal"</property> <child> <widget class="GtkLabel" id="lblPrintFixed"> <property name="visible">True</property> - <property name="label" translatable="yes">Fi_xed -width:</property> + <property name="label" translatable="yes">Fi_xed-width:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_CENTER</property> |