diff options
author | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-06-01 00:21:22 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-06-01 23:35:34 +0800 |
commit | 1e2fff115e8f2da4e42e780878f828ee174e3f4f (patch) | |
tree | 345540b074f9a0943822ff1ad1f9c0c396284ce5 /src | |
parent | 9869f68136e335d7439d434aa93a9ca229125a45 (diff) | |
download | gsoc2013-empathy-1e2fff115e8f2da4e42e780878f828ee174e3f4f.tar gsoc2013-empathy-1e2fff115e8f2da4e42e780878f828ee174e3f4f.tar.gz gsoc2013-empathy-1e2fff115e8f2da4e42e780878f828ee174e3f4f.tar.bz2 gsoc2013-empathy-1e2fff115e8f2da4e42e780878f828ee174e3f4f.tar.lz gsoc2013-empathy-1e2fff115e8f2da4e42e780878f828ee174e3f4f.tar.xz gsoc2013-empathy-1e2fff115e8f2da4e42e780878f828ee174e3f4f.tar.zst gsoc2013-empathy-1e2fff115e8f2da4e42e780878f828ee174e3f4f.zip |
Fix inconsistency in preferences and code
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-preferences.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-preferences.ui b/src/empathy-preferences.ui index b95354720..d92fc8f88 100644 --- a/src/empathy-preferences.ui +++ b/src/empathy-preferences.ui @@ -478,7 +478,7 @@ <object class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><small>Reduced location accuracy means that nothing more precise than your city, state and country will be published. GPS coordinates will have a random value added (±0.5°).</small></property> + <property name="label" translatable="yes"><small>Reduced location accuracy means that nothing more precise than your city, state and country will be published. GPS coordinates will have a random value added (±0.25°).</small></property> <property name="use_markup">True</property> <property name="wrap">True</property> </object> |