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/evolution-mail.schemas.in | |
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/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 8 |
1 files changed, 4 insertions, 4 deletions
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> |