diff options
author | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-05-28 00:04:03 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-05-28 00:52:10 +0800 |
commit | 63980054c4e8ec5d63b9da9a0de1d13c45bfd1a2 (patch) | |
tree | 1086aa7efe513ca6b44912b308bbd52ccecc959e /libempathy-gtk/empathy-contact-widget.c | |
parent | a6727eb14a19681c1839e9aacf9abcb139ceb268 (diff) | |
download | gsoc2013-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/empathy-contact-widget.c')
-rw-r--r-- | 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 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) |