From 63579bac8face141accbda126bfa716f5ff59c82 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 13 Oct 2008 08:04:29 +0000 Subject: [PATCH] Change menu entry to 'Invite to chatroom' svn path=/trunk/; revision=1583 --- libempathy-gtk/empathy-contact-menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libempathy-gtk/empathy-contact-menu.c b/libempathy-gtk/empathy-contact-menu.c index f73933a3..9cb57eac 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); -- 2.39.2