diff src/protocols/msn/msn.c @ 8152:82aeed3c90f0

[gaim-migrate @ 8864] I love me some consistency. I went with "screen name" instead of "screenname" mostly because I feel that the first one is more readable. It's also what aim.com uses. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 20 Jan 2004 16:08:45 +0000
parents 34b086e2619d
children 9d1a984681fe
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Tue Jan 20 15:58:39 2004 +0000
+++ b/src/protocols/msn/msn.c	Tue Jan 20 16:08:45 2004 +0000
@@ -742,11 +742,11 @@
 
 	if (!strchr(who, '@')) {
 		g_snprintf(buf, sizeof(buf),
-			   _("An MSN screenname must be in the form \"user@server.com\". "
+			   _("An MSN screen name must be in the form \"user@server.com\". "
 			     "Perhaps you meant %s@hotmail.com. No changes were made "
 				 "to your allow list."), who);
 
-		gaim_notify_error(gc, NULL, _("Invalid MSN screenname"), buf);
+		gaim_notify_error(gc, NULL, _("Invalid MSN screen name"), buf);
 		gaim_privacy_permit_remove(gc->account, who, TRUE);
 
 		return;
@@ -782,11 +782,11 @@
 
 	if (!strchr(who, '@')) {
 		g_snprintf(buf, sizeof(buf),
-			   _("An MSN screenname must be in the form \"user@server.com\". "
+			   _("An MSN screen name must be in the form \"user@server.com\". "
 			     "Perhaps you meant %s@hotmail.com. No changes were made "
 				 "to your block list."), who);
 
-		gaim_notify_error(gc, NULL, _("Invalid MSN screenname"), buf);
+		gaim_notify_error(gc, NULL, _("Invalid MSN screen name"), buf);
 
 		gaim_privacy_deny_remove(gc->account, who, TRUE);