quit menu of the appindicator can now be translated
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 11 May 2013 10:09:44 +0000 (10:09 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 11 May 2013 10:09:44 +0000 (10:09 +0000)
src/ui_appindicator.c

index 9fbeaa7..31616a1 100644 (file)
@@ -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);