aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-09-01 17:24:44 +0800
committerPhilip Withnall <philip.withnall@collabora.co.uk>2010-09-06 17:40:55 +0800
commitbd7e5e9972f45cfcf426e18cc9915bdacc8355b4 (patch)
tree8b68bb0794bbb7f5aa69c4299bbc2bbf04be90dd
parent98820e829061929d6a89f1b7fbaae9772b070d41 (diff)
downloadgsoc2013-empathy-bd7e5e9972f45cfcf426e18cc9915bdacc8355b4.tar
gsoc2013-empathy-bd7e5e9972f45cfcf426e18cc9915bdacc8355b4.tar.gz
gsoc2013-empathy-bd7e5e9972f45cfcf426e18cc9915bdacc8355b4.tar.bz2
gsoc2013-empathy-bd7e5e9972f45cfcf426e18cc9915bdacc8355b4.tar.lz
gsoc2013-empathy-bd7e5e9972f45cfcf426e18cc9915bdacc8355b4.tar.xz
gsoc2013-empathy-bd7e5e9972f45cfcf426e18cc9915bdacc8355b4.tar.zst
gsoc2013-empathy-bd7e5e9972f45cfcf426e18cc9915bdacc8355b4.zip
Change “Link…” to “Link Contacts…” in the individual menu
This makes it clearer what the menu entry does, making linking more discoverable. Closes: bgo#628377
-rw-r--r--libempathy-gtk/empathy-individual-menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-individual-menu.c b/libempathy-gtk/empathy-individual-menu.c
index d8dfe0c90..7747435e1 100644
--- a/libempathy-gtk/empathy-individual-menu.c
+++ b/libempathy-gtk/empathy-individual-menu.c
@@ -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);