comparison src/protocols/msn/userlist.c @ 11058:9509ba09475f

[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 <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 05 Jul 2005 00:17:54 +0000
parents e9eeacd1a8d0
children 17142948653e
comparison
equal deleted inserted replaced
11057:e9eeacd1a8d0 11058:9509ba09475f
652 652
653 if (!gaim_email_is_valid(who)) 653 if (!gaim_email_is_valid(who))
654 { 654 {
655 char *str = g_strdup_printf(_("Unable to add \"%s\"."), who); 655 char *str = g_strdup_printf(_("Unable to add \"%s\"."), who);
656 gaim_notify_error(NULL, NULL, str, 656 gaim_notify_error(NULL, NULL, str,
657 _("MSN screennames cannot contain spaces.")); 657 _("The screen name specified is invalid."));
658 g_free(str); 658 g_free(str);
659 return; 659 return;
660 } 660 }
661 661
662 if (group_name != NULL) 662 if (group_name != NULL)