diff libpurple/protocols/irc/irc.c @ 26987:cd78ea46e9bd

merge of '7c614b09b72037ebd86c03fbbeac7794a155547b' and 'af18689b86389686230fc6ce83cbba52690ce0cb'
author Paul Aurich <paul@darkrain42.org>
date Sat, 30 May 2009 00:32:50 +0000
parents da9d25c582c1
children 2873ee6a960d
line wrap: on
line diff
--- a/libpurple/protocols/irc/irc.c	Sat May 30 00:21:37 2009 +0000
+++ b/libpurple/protocols/irc/irc.c	Sat May 30 00:32:50 2009 +0000
@@ -306,7 +306,7 @@
 	if (strpbrk(username, " \t\v\r\n") != NULL) {
 		purple_connection_error_reason (gc,
 			PURPLE_CONNECTION_ERROR_INVALID_SETTINGS,
-			_("IRC nicks may not contain whitespace"));
+			_("IRC nick and server may not contain whitespace"));
 		return;
 	}