From 63980054c4e8ec5d63b9da9a0de1d13c45bfd1a2 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Wed, 27 May 2009 12:04:03 -0400 Subject: Fix English label for Location's date --- libempathy-gtk/empathy-contact-widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c index 226c5cb90..9de8a6aad 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) -- cgit v1.2.3