/pidgin/main: 0de7b0180441: Merged public changes in

Gary Kramlich <[email protected]> Mon, 20 Jun 2016 20:09:59 -0400
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: 0de7b0180441b33c286f3827db329a6cd591a094
Author:	 Gary Kramlich <[email protected]>
Date:	 2016-06-12 22:38 -0500
Branch:	 release-2.x.y
URL: https://hg.pidgin.im/pidgin/main/rev/0de7b0180441

Description:

Merged public changes in

diffstat:

 finch/plugins/gntgf.c |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (21 lines):

diff --git a/finch/plugins/gntgf.c b/finch/plugins/gntgf.c
--- a/finch/plugins/gntgf.c
+++ b/finch/plugins/gntgf.c
@@ -334,6 +334,7 @@ config_frame(void)
 	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 @@ static PurplePluginInfo info =
 	"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 <[email protected]>",
 	PURPLE_WEBSITE,

_______________________________________________
Commits mailing list
[email protected]
https://pidgin.im/cgi-bin/mailman/listinfo/commits