diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2012-01-23 20:19:41 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@gnome.org> | 2012-01-23 20:19:41 +0800 |
commit | 3ad6ecd230fb48719045d674694159d400149882 (patch) | |
tree | 87a2323487f513bf4900bfa25604b9b0d1bc04da | |
parent | 57af21504ccbe4347c4ef1ce08a0fe6f2279cd14 (diff) | |
download | gsoc2013-evolution-3ad6ecd230fb48719045d674694159d400149882.tar.gz gsoc2013-evolution-3ad6ecd230fb48719045d674694159d400149882.tar.zst gsoc2013-evolution-3ad6ecd230fb48719045d674694159d400149882.zip |
Fix a typo
-rw-r--r-- | data/org.gnome.evolution.mail.gschema.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in index e6b02d37f5..43b3ea7821 100644 --- a/data/org.gnome.evolution.mail.gschema.xml.in +++ b/data/org.gnome.evolution.mail.gschema.xml.in @@ -523,12 +523,12 @@ <key name="send-recv-on-start" type="b"> <default>true</default> <_summary>Check for new messages on start</_summary> - <_description>Whether check for new messages when Evolution is started. This includes also sending messages from Outbox.</_description> + <_description>Whether to check for new messages when Evolution is started. This includes also sending messages from Outbox.</_description> </key> <key name="send-recv-all-on-start" type="b"> <default>false</default> <_summary>Check for new messages in all active accounts</_summary> - <_description>Whether check for new messages in all active accounts regardless of the account "Check for new messages every X minutes" option when Evolution is started. This option is used only together with 'send_recv_on_start' option.</_description> + <_description>Whether to check for new messages in all active accounts regardless of the account "Check for new messages every X minutes" option when Evolution is started. This option is used only together with 'send_recv_on_start' option.</_description> </key> <key name="sync-interval" type="i"> <default>600</default> |