Reword a string in Finch's status creator release-2.x.y

Tue, 07 Jun 2016 00:26:59 -0500

author
Richard Laager <rlaager@pidgin.im>
date
Tue, 07 Jun 2016 00:26:59 -0500
branch
release-2.x.y
changeset 37863
6143bf4f9cc0
parent 37672
5e5e84e8a798
child 37864
70e6a5082554

Reword a string in Finch's status creator

The existing string at least needed a "the" added. Since I was editing
anyway, I made it match Pidgin.

Reported-by: Allan Nordhøy <epost@anotheragency.no>

finch/gntstatus.c file | annotate | diff | comparison | revisions
--- a/finch/gntstatus.c	Sun May 15 05:41:39 2016 -0300
+++ b/finch/gntstatus.c	Tue Jun 07 00:26:59 2016 -0500
@@ -569,7 +569,7 @@
 	gnt_box_add_widget(GNT_BOX(window), entry);
 
 	gnt_box_add_widget(GNT_BOX(window), gnt_hline_new());
-	gnt_box_add_widget(GNT_BOX(window), gnt_label_new(_("Use different status for following accounts")));
+	gnt_box_add_widget(GNT_BOX(window), gnt_label_new(_("Use a different status for some accounts")));
 
 	edit->hash = g_hash_table_new(g_direct_hash, g_direct_equal);
 	edit->tree = tree = gnt_tree_new_with_columns(3);

mercurial