pidgin/pidgin

Merged public changes in
release-2.x.y
2016-06-12, Gary Kramlich
0de7b0180441
Merged public changes in
--- a/finch/plugins/gntgf.c Sun Jun 12 22:29:45 2016 -0500
+++ b/finch/plugins/gntgf.c Sun Jun 12 22:38:12 2016 -0500
@@ -334,6 +334,7 @@
gnt_box_set_fill(GNT_BOX(window), TRUE);
gnt_box_add_widget(GNT_BOX(window),
+ /* Translators: "toaster" here means "pop-up". */
gnt_label_new(_("Notify with a toaster when")));
tree = gnt_tree_new();
@@ -377,7 +378,9 @@
"gntgf",
N_("GntGf"),
DISPLAY_VERSION,
+ /* Translators: "toaster" here means "pop-up". */
N_("Toaster plugin"),
+ /* Translators: "toaster" here means "pop-up". */
N_("Toaster plugin"),
"Sadrul H Chowdhury <sadrul@users.sourceforge.net>",
PURPLE_WEBSITE,