diff options
Diffstat (limited to 'plugins/mail-notification')
-rw-r--r-- | plugins/mail-notification/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/mail-notification/apps-evolution-mail-notification.schemas.in | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/plugins/mail-notification/ChangeLog b/plugins/mail-notification/ChangeLog index edd5341ed5..0da9cb2136 100644 --- a/plugins/mail-notification/ChangeLog +++ b/plugins/mail-notification/ChangeLog @@ -1,3 +1,9 @@ +2008-01-28 Johnny Jacob <jjohnny@novell.com> + + ** Fixes Bug #511226. + + * apps-evolution-mail-notification.schemas.in: String fixes. + 2008-01-21 Johnny Jacob <jjohnny@novell.com> ** Fixes 504567. diff --git a/plugins/mail-notification/apps-evolution-mail-notification.schemas.in b/plugins/mail-notification/apps-evolution-mail-notification.schemas.in index c6cec4803b..4bdafcfec1 100644 --- a/plugins/mail-notification/apps-evolution-mail-notification.schemas.in +++ b/plugins/mail-notification/apps-evolution-mail-notification.schemas.in @@ -7,7 +7,7 @@ <type>bool</type> <default>true</default> <locale name="C"> - <short>Notify messages in Inbox only.</short> + <short>Notify new messages for Inbox only.</short> <long>Whether to notify new messages in Inbox folder only.</long> </locale> </schema> @@ -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> |