diff options
author | Piotr Drąg <piotrdrag@gmail.com> | 2012-03-28 04:13:07 +0800 |
---|---|---|
committer | Piotr Drąg <piotrdrag@gmail.com> | 2012-03-28 04:13:07 +0800 |
commit | 474a144a64bf9e5c3fe1af82d49a5a6100ce99a7 (patch) | |
tree | c74a6f2d44c996d7782747171a1f55e9aaa9f5bd /data | |
parent | b693398cdc17835b01fbfa48ec1fb4f2823e7e3f (diff) | |
download | gsoc2013-evolution-474a144a64bf9e5c3fe1af82d49a5a6100ce99a7.tar.gz gsoc2013-evolution-474a144a64bf9e5c3fe1af82d49a5a6100ce99a7.tar.zst gsoc2013-evolution-474a144a64bf9e5c3fe1af82d49a5a6100ce99a7.zip |
Fix typos
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.evolution.plugin.autocontacts.gschema.xml.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/org.gnome.evolution.plugin.autocontacts.gschema.xml.in b/data/org.gnome.evolution.plugin.autocontacts.gschema.xml.in index 6a0e172599..6b7e1c3262 100644 --- a/data/org.gnome.evolution.plugin.autocontacts.gschema.xml.in +++ b/data/org.gnome.evolution.plugin.autocontacts.gschema.xml.in @@ -3,37 +3,37 @@ <key name="addressbook-source" type="s"> <default>''</default> <_summary>Address book source</_summary> - <_description>Address book to use for storing automatically synced contacts</_description> + <_description>Address book to use for storing automatically synced contacts.</_description> </key> <key name="auto-sync-gaim" type="b"> <default>false</default> <_summary>Auto sync Pidgin contacts</_summary> - <_description>Whether Pidgin contacts should be automaticall synced</_description> + <_description>Whether Pidgin contacts should be automatically synced.</_description> </key> <key name="enable" type="b"> <default>false</default> <_summary>Enable autocontacts</_summary> - <_description>Whether contacts should be automatically added to the user's addressbook</_description> + <_description>Whether contacts should be automatically added to the user's address book.</_description> </key> <key name="gaim-addressbook-source" type="s"> <default>''</default> <_summary>Pidgin address book source</_summary> - <_description>Address book to use for storing automatically synced contacts from Pidgin</_description> + <_description>Address book to use for storing automatically synced contacts from Pidgin.</_description> </key> <key name="gaim-check-interval" type="i"> <default>10</default> <_summary>Pidgin check interval</_summary> - <_description>Check interval for Pidgin syncing of contacts</_description> + <_description>Check interval for Pidgin syncing of contacts.</_description> </key> <key name="gaim-last-sync-md5" type="s"> <default>''</default> <_summary>Pidgin last sync MD5</_summary> - <_description>Pidgin last sync MD5</_description> + <_description>Pidgin last sync MD5.</_description> </key> <key name="gaim-last-sync-time" type="s"> <default>''</default> <_summary>Pidgin last sync time</_summary> - <_description>Pidgin last sync time</_description> + <_description>Pidgin last sync time.</_description> </key> </schema> </schemalist> |