aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-08-18 23:57:49 +0800
committerJonny Lamb <jonny.lamb@collabora.co.uk>2009-08-18 23:57:49 +0800
commit8daae9d4540406968b405c850586b26ca2a1699c (patch)
tree88a95060f521b50774d6c72d255b3777704807af /data
parentb6385d57ac531ea4dde4e6bf5478fc47924bcb07 (diff)
downloadgsoc2013-empathy-8daae9d4540406968b405c850586b26ca2a1699c.tar
gsoc2013-empathy-8daae9d4540406968b405c850586b26ca2a1699c.tar.gz
gsoc2013-empathy-8daae9d4540406968b405c850586b26ca2a1699c.tar.bz2
gsoc2013-empathy-8daae9d4540406968b405c850586b26ca2a1699c.tar.lz
gsoc2013-empathy-8daae9d4540406968b405c850586b26ca2a1699c.tar.xz
gsoc2013-empathy-8daae9d4540406968b405c850586b26ca2a1699c.tar.zst
gsoc2013-empathy-8daae9d4540406968b405c850586b26ca2a1699c.zip
empathy-conf: rename use_nm to use_conn
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'data')
-rw-r--r--data/empathy.schemas.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in
index f85c616b0..29b74730a 100644
--- a/data/empathy.schemas.in
+++ b/data/empathy.schemas.in
@@ -479,15 +479,15 @@
</schema>
<schema>
- <key>/schemas/apps/empathy/use_nm</key>
- <applyto>/apps/empathy/use_nm</applyto>
+ <key>/schemas/apps/empathy/use_conn</key>
+ <applyto>/apps/empathy/use_conn</applyto>
<owner>empathy</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
- <short>NetworkManager should be used</short>
+ <short>Connection managers should be used</short>
<long>
- Whether or not the network manager should be used to automatically
+ Whether or not connectivity managers should be used to automatically
disconnect/reconnect.
</long>
</locale>