/pidgin/main: d3430adc96af: Fix pounce grammar in Finch

Richard Laager rlaager at pidgin.im
Mon Jul 18 00:33:08 EDT 2016


Changeset: d3430adc96af5246c61b5677c892a7b84d1a63d1
Author:	 Richard Laager <rlaager at pidgin.im>
Date:	 2016-06-06 23:28 -0500
Branch:	 release-2.x.y
URL: https://hg.pidgin.im/pidgin/main/rev/d3430adc96af

Description:

Fix pounce grammar in Finch

Finch used "Pounce Who" and it should use "Pounce on Whom" as Pidgin does.
This does not break the string freeze, because "Pounce on Whom" already
exists as a translatable string.

Reported-by: Allan Nordh?y <epost at anotheragency.no>

diffstat:

 finch/gntpounce.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/finch/gntpounce.c b/finch/gntpounce.c
--- a/finch/gntpounce.c
+++ b/finch/gntpounce.c
@@ -342,7 +342,7 @@ finch_pounce_editor_show(PurpleAccount *
 	g_signal_connect(G_OBJECT(window), "destroy",
 					 G_CALLBACK(delete_win_cb), dialog);
 
-	gnt_box_add_widget(GNT_BOX(window), gnt_label_new_with_format(_("Pounce Who"), GNT_TEXT_FLAG_BOLD));
+	gnt_box_add_widget(GNT_BOX(window), gnt_label_new_with_format(_("Pounce on Whom"), GNT_TEXT_FLAG_BOLD));
 
 	/* Account: */
 	gnt_box_add_widget(GNT_BOX(window), gnt_label_new(_("Account:")));



More information about the Commits mailing list