# HG changeset patch # User Elliott Sales de Andrade # Date 1282534130 0 # Node ID 6854cca5e2f7541da66d72bd4b8ff122fffd7440 # Parent 1cdae196aac8a1edffe4b2260340c3caa49b854b We should probably actually put the question in the input request. Reported by a rawblem in #pidgin. diff -r 1cdae196aac8 -r 6854cca5e2f7 libpurple/protocols/qq/buddy_opt.c --- a/libpurple/protocols/qq/buddy_opt.c Mon Aug 23 01:41:31 2010 +0000 +++ b/libpurple/protocols/qq/buddy_opt.c Mon Aug 23 03:28:50 2010 +0000 @@ -321,7 +321,7 @@ add_req->auth_len = 0; who = uid_to_purple_name(uid); - msg = g_strdup_printf(_("%u requires verification"), uid); + msg = g_strdup_printf(_("%u requires verification: %s"), uid, question); purple_request_input(gc, _("Add buddy question"), msg, _("Enter answer here"), NULL,