From 713fb600634add0e0abe35489402e5ed8d5fde10 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Thu, 2 Jul 2009 14:25:48 -0400 Subject: 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 --- src/empathy-preferences.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy-preferences.ui') 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 @@ True 0 True - 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°). + 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. -- cgit v1.2.3