diff options
author | Johnny Jacob <jjohnny@src.gnome.org> | 2008-01-28 15:04:10 +0800 |
---|---|---|
committer | Johnny Jacob <jjohnny@src.gnome.org> | 2008-01-28 15:04:10 +0800 |
commit | f36b322a7e1299ad159ff004cb5ab57628740a8a (patch) | |
tree | a0de710e62c509eef9285bde995eb4d0b5b912d7 /plugins | |
parent | 6ca6246318827972716daf51a66cbac71b49e06f (diff) | |
download | gsoc2013-evolution-f36b322a7e1299ad159ff004cb5ab57628740a8a.tar.gz gsoc2013-evolution-f36b322a7e1299ad159ff004cb5ab57628740a8a.tar.zst gsoc2013-evolution-f36b322a7e1299ad159ff004cb5ab57628740a8a.zip |
Fixes Bug #511226. String fix.
svn path=/trunk/; revision=34913
Diffstat (limited to 'plugins')
-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> |