[empathy] Change “Link…” to “Link Contacts…” in the individual menu
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Change “Link…” to “Link Contacts…” in the individual menu
- Date: Mon, 6 Sep 2010 09:41:37 +0000 (UTC)
commit bd7e5e9972f45cfcf426e18cc9915bdacc8355b4
Author: Philip Withnall <philip withnall collabora co uk>
Date: Wed Sep 1 10:24:44 2010 +0100
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
libempathy-gtk/empathy-individual-menu.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-individual-menu.c b/libempathy-gtk/empathy-individual-menu.c
index d8dfe0c..7747435 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]