aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>2009-05-28 00:04:03 +0800
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>2009-05-28 00:52:10 +0800
commit63980054c4e8ec5d63b9da9a0de1d13c45bfd1a2 (patch)
tree1086aa7efe513ca6b44912b308bbd52ccecc959e /libempathy-gtk
parenta6727eb14a19681c1839e9aacf9abcb139ceb268 (diff)
downloadgsoc2013-empathy-63980054c4e8ec5d63b9da9a0de1d13c45bfd1a2.tar
gsoc2013-empathy-63980054c4e8ec5d63b9da9a0de1d13c45bfd1a2.tar.gz
gsoc2013-empathy-63980054c4e8ec5d63b9da9a0de1d13c45bfd1a2.tar.bz2
gsoc2013-empathy-63980054c4e8ec5d63b9da9a0de1d13c45bfd1a2.tar.lz
gsoc2013-empathy-63980054c4e8ec5d63b9da9a0de1d13c45bfd1a2.tar.xz
gsoc2013-empathy-63980054c4e8ec5d63b9da9a0de1d13c45bfd1a2.tar.zst
gsoc2013-empathy-63980054c4e8ec5d63b9da9a0de1d13c45bfd1a2.zip
Fix English label for Location's date
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-contact-widget.c2
1 files changed, 1 insertions, 1 deletions
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)