im.pidgin.pidgin: d44026793424c7c578d48c0a980af92541633ad9
evands at pidgin.im
evands at pidgin.im
Fri Jan 25 17:25:52 EST 2008
-----------------------------------------------------------------
Revision: d44026793424c7c578d48c0a980af92541633ad9
Ancestor: ee1257d20b20bbbf3654ef8675e774ccb8b63dfd
Author: evands at pidgin.im
Date: 2008-01-25T22:18:49
Branch: im.pidgin.pidgin
Modified files:
libpurple/protocols/jabber/si.c
ChangeLog:
disapproval of revision 'ee1257d20b20bbbf3654ef8675e774ccb8b63dfd'
-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/si.c eb210ffd0684f1718678f745ceac83668bb2f58d
+++ libpurple/protocols/jabber/si.c d8b734d2935d85ed8676012a241acb9c5a2321db
@@ -1089,7 +1089,7 @@ static void jabber_si_xfer_init(PurpleXf
} 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);
More information about the Commits
mailing list