# HG changeset patch # User Richard Laager # Date 1120522674 0 # Node ID 9509ba09475fa97c1fa100f68a15528c4e6d7aa8 # Parent e9eeacd1a8d0f5db8b2393c6be2ed762e10d1d9b [gaim-migrate @ 13010] nosnilmot: umm, "cannot contain spaces" isn't really appropriate for !gaim_email_is_valid anyway rlaager: doh! good point committer: Tailor Script diff -r e9eeacd1a8d0 -r 9509ba09475f src/protocols/msn/userlist.c --- a/src/protocols/msn/userlist.c Tue Jul 05 00:03:42 2005 +0000 +++ b/src/protocols/msn/userlist.c Tue Jul 05 00:17:54 2005 +0000 @@ -654,7 +654,7 @@ { char *str = g_strdup_printf(_("Unable to add \"%s\"."), who); gaim_notify_error(NULL, NULL, str, - _("MSN screennames cannot contain spaces.")); + _("The screen name specified is invalid.")); g_free(str); return; }