diff options
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/mail-config.glade | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 9ae2826f4c..ed8bc42312 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2004-07-16 Joan Sanfeliu <joan@fibranet.com> + + * mail-config.glade : Evolution word spelled with an uppercase E + + Fixes #61065 + 2004-11-12 Not Zed <NotZed@Ximian.com> * filtertypes.xml: diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 701d8fcaca..d458ea49a4 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -1428,7 +1428,7 @@ For example: "Work" or "Personal"</property> <child> <widget class="GtkLabel" id="label514"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>SSL is not supported in this build of evolution</b></property> + <property name="label" translatable="yes"><b>SSL is not supported in this build of Evolution</b></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_CENTER</property> @@ -2102,7 +2102,7 @@ For example: "Work" or "Personal"</property> <child> <widget class="GtkLabel" id="transport_ssl_disabled_label"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>SSL is not supported in this build of evolution</b></property> + <property name="label" translatable="yes"><b>SSL is not supported in this build of Evolution</b></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_CENTER</property> |