diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-05-21 18:17:42 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-05-21 18:17:42 +0800 |
commit | 810efa6eadfc8a5245581c17a9642a77ec63923d (patch) | |
tree | fbcaee89302dae9eb99ecbe549b28ac8ad58636f | |
parent | efb8ae532d2db4e7e8628942e178b862ab4e0d44 (diff) | |
download | gsoc2013-empathy-810efa6eadfc8a5245581c17a9642a77ec63923d.tar gsoc2013-empathy-810efa6eadfc8a5245581c17a9642a77ec63923d.tar.gz gsoc2013-empathy-810efa6eadfc8a5245581c17a9642a77ec63923d.tar.bz2 gsoc2013-empathy-810efa6eadfc8a5245581c17a9642a77ec63923d.tar.lz gsoc2013-empathy-810efa6eadfc8a5245581c17a9642a77ec63923d.tar.xz gsoc2013-empathy-810efa6eadfc8a5245581c17a9642a77ec63923d.tar.zst gsoc2013-empathy-810efa6eadfc8a5245581c17a9642a77ec63923d.zip |
Schema short description improved. Fixes bug #533541 (Claude Paroz).
svn path=/trunk/; revision=1115
-rw-r--r-- | data/empathy.schemas.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index b0246ef16..1963de981 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -268,7 +268,7 @@ <type>bool</type> <default>false</default> <locale name="C"> - <short>Checks if Salut account is created</short> + <short>Salut account is created</short> <long> Whether or not the Salut account has been created on the first Empathy run. @@ -283,7 +283,7 @@ <type>bool</type> <default>true</default> <locale name="C"> - <short>Checks if NetworkManager should be used</short> + <short>NetworkManager should be used</short> <long> Whether or not the network manager should be used to automatically disconnect/reconnect. @@ -298,7 +298,7 @@ <type>bool</type> <default>true</default> <locale name="C"> - <short>Checks if Empathy should auto-connect on startup</short> + <short>Empathy should auto-connect on startup</short> <long> Whether or not Empathy should automatically log in to your accounts on startup. </long> |