projects
/
empathy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0fcb58
)
Add context string for translation (#575442)
author
Frederic Peters
<fpeters@0d.be>
Tue, 21 Apr 2009 14:37:22 +0000
(16:37 +0200)
committer
Frederic Peters
<fpeters@0d.be>
Tue, 21 Apr 2009 14:37:22 +0000
(16:37 +0200)
libempathy-gtk/empathy-contact-menu.c
patch
|
blob
|
history
diff --git
a/libempathy-gtk/empathy-contact-menu.c
b/libempathy-gtk/empathy-contact-menu.c
index 2b1212836cbd29cff41c7cea91e22db1139d730a..9cd9a0b9fb5f1c9a89eefffa7d587f5713b00e58 100644
(file)
--- 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);