libpurple/protocols/jabber/si.c

changeset 22326
f44a3c53256b
parent 22325
97b41d369574
child 22328
1e9941470e00
--- a/libpurple/protocols/jabber/si.c	Fri Jan 25 22:17:17 2008 +0000
+++ b/libpurple/protocols/jabber/si.c	Fri Jan 25 22:20:18 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 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);

mercurial