diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-08 23:29:19 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-08 23:44:01 +0800 |
commit | 49e6e5ce115d2c6792ad16b56fcb23c0f7a1984f (patch) | |
tree | 914efc40abbad52535ceb7fceda36051da26e0dc /libempathy-gtk/empathy-contact-widget.ui | |
parent | df46e07c93dec1d9cb3e3bee9c67f22918f40312 (diff) | |
download | gsoc2013-empathy-49e6e5ce115d2c6792ad16b56fcb23c0f7a1984f.tar gsoc2013-empathy-49e6e5ce115d2c6792ad16b56fcb23c0f7a1984f.tar.gz gsoc2013-empathy-49e6e5ce115d2c6792ad16b56fcb23c0f7a1984f.tar.bz2 gsoc2013-empathy-49e6e5ce115d2c6792ad16b56fcb23c0f7a1984f.tar.lz gsoc2013-empathy-49e6e5ce115d2c6792ad16b56fcb23c0f7a1984f.tar.xz gsoc2013-empathy-49e6e5ce115d2c6792ad16b56fcb23c0f7a1984f.tar.zst gsoc2013-empathy-49e6e5ce115d2c6792ad16b56fcb23c0f7a1984f.zip |
contact-widget: use 'Personal Details' when editing our own info
https://bugzilla.gnome.org/show_bug.cgi?id=669655
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.ui')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.ui b/libempathy-gtk/empathy-contact-widget.ui index 39223aedf..a8d9fbe7a 100644 --- a/libempathy-gtk/empathy-contact-widget.ui +++ b/libempathy-gtk/empathy-contact-widget.ui @@ -144,7 +144,7 @@ <object class="GtkVBox" id="vbox_details"> <property name="spacing">6</property> <child> - <object class="GtkLabel" id="label649"> + <object class="GtkLabel" id="label_details"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Contact Details</property> |