diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-29 17:02:05 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-29 17:02:05 +0800 |
commit | d1eb6b4ce3920ac78f112e42e9b48f43fe600ab4 (patch) | |
tree | 06b4558abb3e975baebb10d149d3b928b623a008 /libempathy-gtk | |
parent | 0c55599ad0a3210c60d37938b27225c607fc53fe (diff) | |
download | gsoc2013-empathy-d1eb6b4ce3920ac78f112e42e9b48f43fe600ab4.tar gsoc2013-empathy-d1eb6b4ce3920ac78f112e42e9b48f43fe600ab4.tar.gz gsoc2013-empathy-d1eb6b4ce3920ac78f112e42e9b48f43fe600ab4.tar.bz2 gsoc2013-empathy-d1eb6b4ce3920ac78f112e42e9b48f43fe600ab4.tar.lz gsoc2013-empathy-d1eb6b4ce3920ac78f112e42e9b48f43fe600ab4.tar.xz gsoc2013-empathy-d1eb6b4ce3920ac78f112e42e9b48f43fe600ab4.tar.zst gsoc2013-empathy-d1eb6b4ce3920ac78f112e42e9b48f43fe600ab4.zip |
fix typo
Diffstat (limited to 'libempathy-gtk')
-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 e80c964c1..a02b0838e 100644 --- a/libempathy-gtk/empathy-contact-widget.c +++ b/libempathy-gtk/empathy-contact-widget.c @@ -327,7 +327,7 @@ contact_widget_details_update_edit (EmpathyContactWidget *information) } else { - /* Empathy doesn't support editing this file and it's not in the + /* Empathy doesn't support editing this field and it's not in the * contact's fields so we can't do much with it. */ DEBUG ("Field %s is not in our vCard", spec->name); |