diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-01-14 15:12:28 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-01-14 15:12:28 +0800 |
commit | e1d156764d4fff7808d1fc6d0acd33f5b5e59080 (patch) | |
tree | 405e67acc060f6f236048968444ce69fee133788 | |
parent | 7e97824087c693b979b975c9af4d3336e0d1895d (diff) | |
download | gsoc2013-evolution-e1d156764d4fff7808d1fc6d0acd33f5b5e59080.tar.gz gsoc2013-evolution-e1d156764d4fff7808d1fc6d0acd33f5b5e59080.tar.zst gsoc2013-evolution-e1d156764d4fff7808d1fc6d0acd33f5b5e59080.zip |
Patch from Martin Meyer <elreydetodo@gmail.com> ** Fix for bug #496301 (More readable schema descriptions)
svn path=/trunk/; revision=34806
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/evolution-mail.schemas.in | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index bffcc46327..ab4162b177 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2008-01-14 Martin Meyer <elreydetodo@gmail.com> + + ** Fix for bug #496301 + + * evolution-mail.schemas.in: Made the long description of a couple of + schemas more readable. + 2008-01-11 Milan Crha <mcrha@redhat.com> ** Fix for bug #488213 diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 5e712bb805..51e54ba96b 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -883,7 +883,8 @@ <locale name="C"> <short>Prompt to check if the user wants to go offline immediately </short> <long> - It disables the feature where repeated prompts to ask if offline sync is required. + It disables/enables the repeated prompts to ask if offline + sync is required before going into offline mode. </long> </locale> </schema> @@ -897,7 +898,9 @@ <locale name="C"> <short>Prompt when deleting messages in search folder</short> <long> - It disables the feature where repeated prompts to ask if delete messages from search folder. + It disables/enables the repeated prompts to warn that deleting + messages from a search folder permanently deletes the message, not + simply removing it from the search results. </long> </locale> </schema> |