qulogic/talkatu

e10028a8caee
Parents 7b4adba8f7b0
Children ffe4a049963e
Forgot to mark the menu item labels for translation
--- a/talkatu/talkatuview.c Sat Jul 13 09:08:29 2019 -0500
+++ b/talkatu/talkatuview.c Sat Jul 13 09:38:57 2019 -0500
@@ -160,7 +160,7 @@
GtkWidget *menu = gtk_menu_new();
GtkWidget *item = NULL;
- item = gtk_menu_item_new_with_label("Open Link");
+ item = gtk_menu_item_new_with_label(_("Open Link"));
/* to make it easier to deal with the life cycle, we just add data
* to the menu item itself with destroy notifies.
*/
@@ -184,7 +184,7 @@
);
gtk_menu_shell_append(GTK_MENU_SHELL(menu), item);
- item = gtk_menu_item_new_with_label("Copy Link");
+ item = gtk_menu_item_new_with_label(_("Copy Link"));
g_signal_connect(
G_OBJECT(item),
"activate",