diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-08-02 01:56:31 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-02 01:56:31 +0800 |
commit | 33fc51fb989e4591234f671f503b478f0b3317ce (patch) | |
tree | a31b39e01598b9e405af34307fcddd73df3f037f /mail/evolution-mail.schemas.in | |
parent | 5e6b7f53ffd1af356f0c07f3fec91ca2ac94021b (diff) | |
download | gsoc2013-evolution-33fc51fb989e4591234f671f503b478f0b3317ce.tar.gz gsoc2013-evolution-33fc51fb989e4591234f671f503b478f0b3317ce.tar.zst gsoc2013-evolution-33fc51fb989e4591234f671f503b478f0b3317ce.zip |
** Fixes bug #544859
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #544859
* mail/evolution-mail.schemas.in:
Clarify description of "sync_interval" key.
svn path=/trunk/; revision=35883
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 29d7dd12aa..88969a4997 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -1341,10 +1341,10 @@ <type>int</type> <default>60</default> <locale name="C"> - <short>Time interval, in seconds, how often upload store changes to server.</short> + <short>Server synchronization interval</short> <long> - Time interval, in seconds, how often upload store changes to server. - The actual value cannot be less than 30 seconds. + Controls how frequently local changes are synchronized with the + remote mail server. The interval must be at least 30 seconds. </long> </locale> </schema> |