]> git.0d.be Git - empathy.git/commitdiff
Change menu entry to 'Invite to chatroom'
authorXavier Claessens <xclaesse@src.gnome.org>
Mon, 13 Oct 2008 08:04:29 +0000 (08:04 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Mon, 13 Oct 2008 08:04:29 +0000 (08:04 +0000)
svn path=/trunk/; revision=1583

libempathy-gtk/empathy-contact-menu.c

index f73933a3cca0785dd1d5ab77c3a1da0bd6918407..9cb57eac02088627e4d7e44e2b4a31ab96840be2 100644 (file)
@@ -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);