diff libpurple/protocols/simple/simple.c @ 26062:f0c2e27c7ae7

propagate from branch 'im.pidgin.pidgin' (head b478b184a46116ac87ac85b8cd352ea564224019) to branch 'im.pidgin.pidgin.vv' (head 6ace5b357bd34d1a93fad3fcf59b31f846c64e0b)
author Mike Ruprecht <maiku@soc.pidgin.im>
date Fri, 02 Jan 2009 23:14:27 +0000
parents 68f4edb42f39 49f0e5dbeeed
children f7a2045f9346
line wrap: on
line diff
--- a/libpurple/protocols/simple/simple.c	Tue Dec 16 02:11:07 2008 +0000
+++ b/libpurple/protocols/simple/simple.c	Fri Jan 02 23:14:27 2009 +0000
@@ -1942,7 +1942,8 @@
 	if (userserver[1] == NULL || userserver[1][0] == '\0') {
 		purple_connection_error_reason(gc,
 			PURPLE_CONNECTION_ERROR_INVALID_SETTINGS,
-			_("SIP connect server not specified"));
+			_("Unable to connect to server. Please enter the "
+			  "address of the server you wish to connect to."));
 		return;
 	}