Mercurial > pidgin
changeset 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 | c86d423df757 |
files | src/protocols/msn/userlist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; }