diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-03-27 00:05:20 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-03-27 00:06:53 +0800 |
commit | 73cdbc1aa1f4e5a40228583bb720ae6885ae7add (patch) | |
tree | 05f41a90ea0c2026c6994e3aa0988e5691543b48 /data | |
parent | 945e8fa404b369b5c2104bc09970fc3f6b97834d (diff) | |
download | gsoc2013-evolution-73cdbc1aa1f4e5a40228583bb720ae6885ae7add.tar.gz gsoc2013-evolution-73cdbc1aa1f4e5a40228583bb720ae6885ae7add.tar.zst gsoc2013-evolution-73cdbc1aa1f4e5a40228583bb720ae6885ae7add.zip |
Bug 671874: autocontacts.gschema: GAIM is called Pidgin now
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.evolution.plugin.autocontacts.gschema.xml.in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/data/org.gnome.evolution.plugin.autocontacts.gschema.xml.in b/data/org.gnome.evolution.plugin.autocontacts.gschema.xml.in index 7d9aefc9e9..6a0e172599 100644 --- a/data/org.gnome.evolution.plugin.autocontacts.gschema.xml.in +++ b/data/org.gnome.evolution.plugin.autocontacts.gschema.xml.in @@ -7,8 +7,8 @@ </key> <key name="auto-sync-gaim" type="b"> <default>false</default> - <_summary>Auto sync GAIM contacts</_summary> - <_description>Whether GAIM contacts should be automaticall synced</_description> + <_summary>Auto sync Pidgin contacts</_summary> + <_description>Whether Pidgin contacts should be automaticall synced</_description> </key> <key name="enable" type="b"> <default>false</default> @@ -17,23 +17,23 @@ </key> <key name="gaim-addressbook-source" type="s"> <default>''</default> - <_summary>GAIM address book source</_summary> - <_description>Address book to use for storing automatically synced contacts from GAIM</_description> + <_summary>Pidgin address book source</_summary> + <_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>GAIM check interval</_summary> - <_description>Check interval for GAIM syncing of contacts</_description> + <_summary>Pidgin check interval</_summary> + <_description>Check interval for Pidgin syncing of contacts</_description> </key> <key name="gaim-last-sync-md5" type="s"> <default>''</default> - <_summary>GAIM last sync MD5</_summary> - <_description>GAIM last sync MD5</_description> + <_summary>Pidgin last sync MD5</_summary> + <_description>Pidgin last sync MD5</_description> </key> <key name="gaim-last-sync-time" type="s"> <default>''</default> - <_summary>GAIM last sync time</_summary> - <_description>GAIM last sync time</_description> + <_summary>Pidgin last sync time</_summary> + <_description>Pidgin last sync time</_description> </key> </schema> </schemalist> |