String "Activate which ID?" marked as translatable release-2.x.y

Mon, 31 Mar 2014 23:59:07 +0200

author
Bjoern Voigt <bjoern@cs.tu-berlin.de>
date
Mon, 31 Mar 2014 23:59:07 +0200
branch
release-2.x.y
changeset 35673
0acafcabe759
parent 35670
a38dc506e387
child 35674
5f18de9732c4

String "Activate which ID?" marked as translatable

libpurple/protocols/yahoo/libymsg.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/yahoo/libymsg.c	Sun Mar 30 11:18:43 2014 -0400
+++ b/libpurple/protocols/yahoo/libymsg.c	Mon Mar 31 23:59:07 2014 +0200
@@ -4560,7 +4560,7 @@
 	fields = purple_request_fields_new();
 	group = purple_request_field_group_new(NULL);
 	purple_request_fields_add_group(fields, group);
-	field = purple_request_field_choice_new("id", "Activate which ID?", 0);
+	field = purple_request_field_choice_new("id", _("Activate which ID?"), 0);
 	purple_request_field_group_add_field(group, field);
 
 	for (iter = 0; yd->profiles[iter]; iter++) {

mercurial