/pidgin/main: 0de7b0180441: Merged public changes in
    Gary Kramlich 
    grim at reaperworld.com
       
    Mon Jun 20 20:09:59 EDT 2016
    
    
  
Changeset: 0de7b0180441b33c286f3827db329a6cd591a094
Author:	 Gary Kramlich <grim at reaperworld.com>
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 <sadrul at users.sourceforge.net>",
 	PURPLE_WEBSITE,
    
    
More information about the Commits
mailing list