diff libpurple/protocols/simple/simple.c @ 24737:d378f05079e4

disapproval of revision 'a85f2ca138b4fd9f600b0875bfe67837cc95b989' Since we're not in string freeze, revert to a better string here.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 03 Jan 2009 20:43:44 +0000
parents 49f0e5dbeeed
children ede59a571c0a 68265bcc8814 f7a2045f9346
line wrap: on
line diff
--- a/libpurple/protocols/simple/simple.c	Tue Dec 16 06:12:58 2008 +0000
+++ b/libpurple/protocols/simple/simple.c	Sat Jan 03 20:43:44 2009 +0000
@@ -1942,8 +1942,7 @@
 	if (userserver[1] == NULL || userserver[1][0] == '\0') {
 		purple_connection_error_reason(gc,
 			PURPLE_CONNECTION_ERROR_INVALID_SETTINGS,
-			_("Unable to connect to server. Please enter the "
-			  "address of the server you wish to connect to."));
+			_("SIP connect server not specified"));
 		return;
 	}