diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2008-08-27 18:37:32 +0800 |
---|---|---|
committer | Philip Withnall <pwithnall@src.gnome.org> | 2008-08-27 18:37:32 +0800 |
commit | 0368e5866b2e700a7b7642775c6fb81ab1aef18e (patch) | |
tree | d681634b14360df1d8bcdc298928e8ee8fbf59d2 /mail/evolution-mail.schemas.in | |
parent | 1bad915150e2d5e97cbbf1a77f7a85e338c07f28 (diff) | |
download | gsoc2013-evolution-0368e5866b2e700a7b7642775c6fb81ab1aef18e.tar.gz gsoc2013-evolution-0368e5866b2e700a7b7642775c6fb81ab1aef18e.tar.zst gsoc2013-evolution-0368e5866b2e700a7b7642775c6fb81ab1aef18e.zip |
** Fix for bug #534762
2008-08-27 Philip Withnall <philip@tecnocode.co.uk>
** Fix for bug #534762
Change "addressbook" to "address book" in translatable strings.
svn path=/trunk/; revision=36117
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 7868d1f44c..f32428aa4a 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -376,7 +376,7 @@ <type>bool</type> <default>true</default> <locale name="C"> - <short>Search for the sender photo in local addressbooks </short> + <short>Search for the sender photo in local address books </short> <long> This option would help in improving the speed of fetching. </long> @@ -1163,9 +1163,9 @@ <type>bool</type> <default>false</default> <locale name="C"> - <short>Determines whether to lookup in addressbook for sender email</short> + <short>Determines whether to lookup in address book for sender email</short> <long> - Determines whether to loopup the sender email in addressbook. If found, it shouldn't be a spam. It looks up in the books marked for autocompletion. It can be slow, if remote addressbooks (like ldap) are marked for autocompletion. + Determines whether to lookup the sender email in address book. If found, it shouldn't be a spam. It looks up in the books marked for autocompletion. It can be slow, if remote address books (like LDAP) are marked for autocompletion. </long> </locale> </schema> @@ -1177,9 +1177,9 @@ <type>bool</type> <default>false</default> <locale name="C"> - <short>Determines whether to look up addresses for junk filtering in local addressbook only</short> + <short>Determines whether to look up addresses for junk filtering in local address book only</short> <long> - This option is related to the key lookup_addressbook and is used to determine whether to look up addresses in local addressbook only to exclude mail sent by known contacts from junk filtering. + This option is related to the key lookup_addressbook and is used to determine whether to look up addresses in local address book only to exclude mail sent by known contacts from junk filtering. </long> </locale> </schema> |