Mercurial > pidgin.yaz
changeset 22205:52dac048b541
disapproval of revision 'ee1257d20b20bbbf3654ef8675e774ccb8b63dfd'
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Fri, 25 Jan 2008 22:18:49 +0000 |
parents | 7f2e38467781 |
children | 1a7b74a20bfe |
files | libpurple/protocols/jabber/si.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/si.c Fri Jan 25 22:17:17 2008 +0000 +++ b/libpurple/protocols/jabber/si.c Fri Jan 25 22:18:49 2008 +0000 @@ -1089,7 +1089,7 @@ } else { /* we've got multiple resources, we need to pick one to send to */ GList *l; - char *msg = g_strdup_printf(_("Please select the resource of %s to which you would like to send a file:"), xfer->who); + char *msg = g_strdup_printf(_("Please select which resource of %s you would like to send a file to"), xfer->who); PurpleRequestFields *fields = purple_request_fields_new(); PurpleRequestField *field = purple_request_field_choice_new("resource", _("Resource"), 0); PurpleRequestFieldGroup *group = purple_request_field_group_new(NULL);