diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/empathy.schemas.in | 8 |
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> |