diff options
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> |