im.pidgin.pidgin: 468a779996a2b7c9313bb894084fb632307d35fc

evands at pidgin.im evands at pidgin.im
Fri Jan 25 17:25:47 EST 2008


-----------------------------------------------------------------
Revision: 468a779996a2b7c9313bb894084fb632307d35fc
Ancestor: ee1257d20b20bbbf3654ef8675e774ccb8b63dfd
Author: evands at pidgin.im
Date: 2008-01-25T22:20:18
Branch: im.pidgin.pidgin

Modified files:
        libpurple/protocols/jabber/si.c

ChangeLog: 

I'm not sure how to disapprove a local change without it ever getting pushed... sorry for the double commit. I didn't intend to leave a trailing colon, since we didn't use punctuation at the end previously.

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/si.c	eb210ffd0684f1718678f745ceac83668bb2f58d
+++ libpurple/protocols/jabber/si.c	840b7c240f9c0f3c0bd1f0ffb2e8792f74d3f1f8
@@ -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 the resource of %s to which you would like to send a file"), 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