diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-08-02 03:39:15 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-02 03:39:15 +0800 |
commit | 97a20c1a2b84836a570b6d320d30244f9b515f9a (patch) | |
tree | 81c10311cf3c6101212c65d64276c3b04eff82b8 /plugins/mail-notification | |
parent | c2b3cf5972629adfd05c9bc1ef86f2d480cd2b3a (diff) | |
download | gsoc2013-evolution-97a20c1a2b84836a570b6d320d30244f9b515f9a.tar.gz gsoc2013-evolution-97a20c1a2b84836a570b6d320d30244f9b515f9a.tar.zst gsoc2013-evolution-97a20c1a2b84836a570b6d320d30244f9b515f9a.zip |
** Fixes bug #514006
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #514006
* mail/apps-evolution-mail-notification.schemas.in:
* plugins/mail-notification/apps-evolution-mail-notification.schemas.in:
Quote literal values.
svn path=/trunk/; revision=35889
Diffstat (limited to 'plugins/mail-notification')
-rw-r--r-- | plugins/mail-notification/ChangeLog | 7 | ||||
-rw-r--r-- | plugins/mail-notification/apps-evolution-mail-notification.schemas.in | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/plugins/mail-notification/ChangeLog b/plugins/mail-notification/ChangeLog index d0f0766b07..278f8bb93a 100644 --- a/plugins/mail-notification/ChangeLog +++ b/plugins/mail-notification/ChangeLog @@ -1,3 +1,10 @@ +2008-08-01 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes part of bug #514006 + + * apps-evolution-mail-notification.schemas.in: + Quote literal values. + 2008-08-01 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #353927 diff --git a/plugins/mail-notification/apps-evolution-mail-notification.schemas.in b/plugins/mail-notification/apps-evolution-mail-notification.schemas.in index 4bdafcfec1..c0a038068d 100644 --- a/plugins/mail-notification/apps-evolution-mail-notification.schemas.in +++ b/plugins/mail-notification/apps-evolution-mail-notification.schemas.in @@ -77,7 +77,7 @@ <default>true</default> <locale name="C"> <short>Beep or play sound file.</short> - <long>If true, then beep, otherwise will play sound file when new messages arrive.</long> + <long>If "true", then beep, otherwise will play sound file when new messages arrive.</long> </locale> </schema> <schema> |