[empathy] Fix English label for Location's date



commit 63980054c4e8ec5d63b9da9a0de1d13c45bfd1a2
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date:   Wed May 27 12:04:03 2009 -0400

    Fix English label for Location's date
---
 libempathy-gtk/empathy-contact-widget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c
index 226c5cb..9de8a6a 100644
--- a/libempathy-gtk/empathy-contact-widget.c
+++ b/libempathy-gtk/empathy-contact-widget.c
@@ -1276,7 +1276,7 @@ location_key_to_label (const gchar *key)
   else if (tp_strdiff (key, EMPATHY_LOCATION_CLIMB) == FALSE)
     return _("Climb Speed:");
   else if (tp_strdiff (key, EMPATHY_LOCATION_TIMESTAMP) == FALSE)
-    return _("Taken at:");
+    return _("Last Updated on:");
   else if (tp_strdiff (key, EMPATHY_LOCATION_LON) == FALSE)
     return _("Longitude:");
   else if (tp_strdiff (key, EMPATHY_LOCATION_LAT) == FALSE)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]