From: Jean-Philippe Orsini Date: Sat, 11 May 2013 10:09:44 +0000 (+0000) Subject: quit menu of the appindicator can now be translated X-Git-Tag: v0.8.0.5~75 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=81b7b08249b972d1c99436bdf709a5ad12a6d90b quit menu of the appindicator can now be translated --- diff --git a/src/ui_appindicator.c b/src/ui_appindicator.c index 9fbeaa7..31616a1 100644 --- a/src/ui_appindicator.c +++ b/src/ui_appindicator.c @@ -125,7 +125,10 @@ static GtkActionEntry entries[] = { G_CALLBACK(cb_about) }, { "QuitAction", - GTK_STOCK_QUIT, "_Quit", NULL, "Quit", G_CALLBACK(cb_menu_quit) } + GTK_STOCK_QUIT, + N_("_Quit"), + NULL, N_("Quit"), + G_CALLBACK(cb_menu_quit) } }; static guint n_entries = G_N_ELEMENTS(entries);