diff options
author | Frederic Peters <fpeters@0d.be> | 2009-04-21 22:37:22 +0800 |
---|---|---|
committer | Frederic Peters <fpeters@0d.be> | 2009-04-21 22:37:22 +0800 |
commit | 27ba4ebcae6321cb8d57c90f25351376f50cd99c (patch) | |
tree | 9da2e397a43eea3ded4cb9039396b66eb1ac6ba3 | |
parent | d0fcb58a5ffb5e4025dcac522e3dbc94930c4124 (diff) | |
download | gsoc2013-empathy-27ba4ebcae6321cb8d57c90f25351376f50cd99c.tar gsoc2013-empathy-27ba4ebcae6321cb8d57c90f25351376f50cd99c.tar.gz gsoc2013-empathy-27ba4ebcae6321cb8d57c90f25351376f50cd99c.tar.bz2 gsoc2013-empathy-27ba4ebcae6321cb8d57c90f25351376f50cd99c.tar.lz gsoc2013-empathy-27ba4ebcae6321cb8d57c90f25351376f50cd99c.tar.xz gsoc2013-empathy-27ba4ebcae6321cb8d57c90f25351376f50cd99c.tar.zst gsoc2013-empathy-27ba4ebcae6321cb8d57c90f25351376f50cd99c.zip |
Add context string for translation (#575442)
-rw-r--r-- | libempathy-gtk/empathy-contact-menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-menu.c b/libempathy-gtk/empathy-contact-menu.c index 2b1212836..9cd9a0b9f 100644 --- a/libempathy-gtk/empathy-contact-menu.c +++ b/libempathy-gtk/empathy-contact-menu.c @@ -158,7 +158,7 @@ empathy_contact_call_menu_item_new (EmpathyContact *contact) g_return_val_if_fail (EMPATHY_IS_CONTACT (contact), NULL); - item = gtk_image_menu_item_new_with_mnemonic (_("_Call")); + item = gtk_image_menu_item_new_with_mnemonic (C_("menu item", "_Call")); image = gtk_image_new_from_icon_name (EMPATHY_IMAGE_VOIP, GTK_ICON_SIZE_MENU); gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item), image); |