diff options
author | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-07-03 02:25:48 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-08-06 21:58:18 +0800 |
commit | 713fb600634add0e0abe35489402e5ed8d5fde10 (patch) | |
tree | 352a16e114fe6901d9fc93936818054f3ff6d61b /src | |
parent | 52a4fda0785b6e49be175221350c8f90d7982527 (diff) | |
download | gsoc2013-empathy-713fb600634add0e0abe35489402e5ed8d5fde10.tar gsoc2013-empathy-713fb600634add0e0abe35489402e5ed8d5fde10.tar.gz gsoc2013-empathy-713fb600634add0e0abe35489402e5ed8d5fde10.tar.bz2 gsoc2013-empathy-713fb600634add0e0abe35489402e5ed8d5fde10.tar.lz gsoc2013-empathy-713fb600634add0e0abe35489402e5ed8d5fde10.tar.xz gsoc2013-empathy-713fb600634add0e0abe35489402e5ed8d5fde10.tar.zst gsoc2013-empathy-713fb600634add0e0abe35489402e5ed8d5fde10.zip |
Fix reduced accuracy concerns
As pointed out by users, the previous reduced accuracy mode
was not the best. It is better to trunkate the coordinates
rather than adding a random value to it.
This patch also replaces strcmp by tp_strdiff
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 a383607aa..1e3a42580 100644 --- a/src/empathy-preferences.ui +++ b/src/empathy-preferences.ui @@ -434,7 +434,7 @@ <property name="visible">True</property> <property name="xalign">0</property> <property name="wrap">True</property> - <property name="label" translatable="yes">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°).</property> + <property name="label" translatable="yes">Reduced location accuracy means that nothing more precise than your city, state and country will be published. GPS coordinates will be accurate to 1 decimal place.</property> <attributes> <attribute name="scale" value="0.8"/> </attributes> |