diff options
author | Johnny Jacob <jjohnny@src.gnome.org> | 2007-08-13 13:02:56 +0800 |
---|---|---|
committer | Johnny Jacob <jjohnny@src.gnome.org> | 2007-08-13 13:02:56 +0800 |
commit | db349053d4ff7cc2925ed0f0dfed1194024c6a9c (patch) | |
tree | 7412a5c38e7c321667453806f299a5d276f91439 /mail | |
parent | dad6112c25c607f7998483b8aaa263d76e180a0c (diff) | |
download | gsoc2013-evolution-db349053d4ff7cc2925ed0f0dfed1194024c6a9c.tar.gz gsoc2013-evolution-db349053d4ff7cc2925ed0f0dfed1194024c6a9c.tar.zst gsoc2013-evolution-db349053d4ff7cc2925ed0f0dfed1194024c6a9c.zip |
Fix for #458498 from Lucky Wankhede <wlakke@novell.com>
svn path=/trunk/; revision=33992
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/evolution-mail.schemas.in | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 72e7d5fcce..069f5910a9 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2007-08-13 Johnny Jacob <jjohnny@novell.com> + + ** Fix for #458498 from Lucky Wankhede <wlakke@novell.com> + + * evolution-mail.schemas.in : String fix. + 2007-08-08 Srinivasa Ragavan <sragavan@novell.com> * em-folder-browser.c: (emfb_set_folder): Use the gconf key to diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index df906cd5cd..d29de47399 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -991,7 +991,7 @@ <short>The default plugin for Junk hook</short> <long> This is the default junk plugin, even though there are multiple plugins - enabled. If the default listed plugin is disabled, then it wont fall back + enabled. If the default listed plugin is disabled, then it won't fall back to the other available plugins. </long> </locale> |