diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-02-11 01:01:10 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-02-11 01:01:10 +0800 |
commit | 9faa7842de23cac796104c475e74a4e8fc8e07fc (patch) | |
tree | 2d9cee39fdec1067514f47f4ae528a802144e848 /mail | |
parent | f409726d4e78a0f4fc975bc3205e321740de8f94 (diff) | |
download | gsoc2013-evolution-9faa7842de23cac796104c475e74a4e8fc8e07fc.tar.gz gsoc2013-evolution-9faa7842de23cac796104c475e74a4e8fc8e07fc.tar.zst gsoc2013-evolution-9faa7842de23cac796104c475e74a4e8fc8e07fc.zip |
String changes for improved error-messages and a schema-description.
M addressbook/ChangeLog
M addressbook/addressbook.error.xml
M mail/ChangeLog
M mail/mail-config.glade
M mail/evolution-mail.schemas.in
M calendar/calendar.error.xml
M calendar/gui/dialogs/comp-editor.c
M calendar/gui/e-calendar-view.c
M calendar/ChangeLog
svn path=/trunk/; revision=34982
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/evolution-mail.schemas.in | 8 | ||||
-rw-r--r-- | mail/mail-config.glade | 2 |
3 files changed, 12 insertions, 5 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index aadafa8a63..924799235e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2008-02-10 Suman Manjunath <msuman@novell.com> + + ** Fix for bug #510642 + + * evolution-mail.schemas.in: Improved a schema-description. + * mail-config.glade: Improved an error-message. + 2008-02-08 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #509741 diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 36a685b45b..e984f379b6 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -378,9 +378,9 @@ <type>bool</type> <default>false</default> <locale name="C"> - <short>Show the sender email in the messages column in the message list</short> + <short>Sender email-address column in the message list</short> <long> - Show the email of the sender in the messages composite column in the message list. + Show the email-address of the sender in a separate column in the message list. </long> </locale> </schema> @@ -956,9 +956,9 @@ <type>int</type> <default>60</default> <locale name="C"> - <short>Amount of time in seconds the error should be showed on the status bar.</short> + <short>Amount of time in seconds the error should be shown on the status bar.</short> <long> - Amount of time in seconds the error should be showed on the status bar. + Amount of time in seconds the error should be shown on the status bar. </long> </locale> </schema> diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 20cba0d891..b2654a168c 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -5297,7 +5297,7 @@ For example: "Work" or "Personal"</property> <child> <widget class="GtkLabel" id="lblEnableSFRestart"> <property name="visible">True</property> - <property name="label" translatable="yes">(Note: Requires restart)</property> + <property name="label" translatable="yes">(Note: Requires restart of the application)</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_CENTER</property> |