]> git.0d.be Git - empathy.git/commitdiff
Change “Link…” to “Link Contacts…” in the individual menu
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Wed, 1 Sep 2010 09:24:44 +0000 (10:24 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Mon, 6 Sep 2010 09:40:55 +0000 (10:40 +0100)
This makes it clearer what the menu entry does, making linking more
discoverable. Closes: bgo#628377

libempathy-gtk/empathy-individual-menu.c

index d8dfe0c90f84a767649d24875d85df865df1d767..7747435e1020083d4598c692d3f266362488d732 100644 (file)
@@ -860,7 +860,7 @@ empathy_individual_link_menu_item_new (FolksIndividual *individual)
   item = gtk_image_menu_item_new_with_mnemonic (
       /* Translators: this is a verb meaning "to connect two contacts together
        * to form a meta-contact". */
-      C_("Link individual (contextual menu)", "_Link…"));
+      C_("Link individual (contextual menu)", "_Link Contacts…"));
   /* TODO */
   /*image = gtk_image_new_from_icon_name (GTK_STOCK_EDIT, GTK_ICON_SIZE_MENU);
   gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item), image);