diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 16:04:29 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 16:04:29 +0800 |
commit | 63579bac8face141accbda126bfa716f5ff59c82 (patch) | |
tree | 7467ffc1e2336b41c311ca2dd102dd220d86323a | |
parent | 9303f916a22f0f8c1ae88704aa0546188ea6e384 (diff) | |
download | gsoc2013-empathy-63579bac8face141accbda126bfa716f5ff59c82.tar gsoc2013-empathy-63579bac8face141accbda126bfa716f5ff59c82.tar.gz gsoc2013-empathy-63579bac8face141accbda126bfa716f5ff59c82.tar.bz2 gsoc2013-empathy-63579bac8face141accbda126bfa716f5ff59c82.tar.lz gsoc2013-empathy-63579bac8face141accbda126bfa716f5ff59c82.tar.xz gsoc2013-empathy-63579bac8face141accbda126bfa716f5ff59c82.tar.zst gsoc2013-empathy-63579bac8face141accbda126bfa716f5ff59c82.zip |
Change menu entry to 'Invite to chatroom'
svn path=/trunk/; revision=1583
-rw-r--r-- | libempathy-gtk/empathy-contact-menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-menu.c b/libempathy-gtk/empathy-contact-menu.c index f73933a3c..9cb57eac0 100644 --- a/libempathy-gtk/empathy-contact-menu.c +++ b/libempathy-gtk/empathy-contact-menu.c @@ -330,7 +330,7 @@ empathy_contact_invite_menu_item_new (EmpathyContact *contact) g_return_val_if_fail (EMPATHY_IS_CONTACT (contact), NULL); - item = gtk_image_menu_item_new_with_mnemonic (_("_Invite to...")); + item = gtk_image_menu_item_new_with_mnemonic (_("_Invite to chatroom")); image = gtk_image_new_from_icon_name (EMPATHY_IMAGE_GROUP_MESSAGE, GTK_ICON_SIZE_MENU); gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item), image); |