From 064212a25bea1fcf8901cd0a1d55aae0899f627c Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 29 Jan 2014 16:33:44 +0100 Subject: timerapplet: Translate context menu --- timerapplet/timerapplet.c | 1 + 1 file changed, 1 insertion(+) diff --git a/timerapplet/timerapplet.c b/timerapplet/timerapplet.c index 59b62ca4..8e64c14f 100644 --- a/timerapplet/timerapplet.c +++ b/timerapplet/timerapplet.c @@ -417,6 +417,7 @@ timer_applet_fill (MatePanelApplet* applet_widget) /* set up context menu */ applet->action_group = gtk_action_group_new ("Timer Applet Actions"); + gtk_action_group_set_translation_domain (applet->action_group, GETTEXT_PACKAGE); gtk_action_group_add_actions (applet->action_group, applet_menu_actions, G_N_ELEMENTS (applet_menu_actions), applet); mate_panel_applet_setup_menu (applet->applet, ui, applet->action_group); -- cgit v1.2.1