changeset 24736:49f0e5dbeeed

Fix my accidental breakage of string freeze by borrowing a generic message from the Novell Groupwise prpl. Refs #7767.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Tue, 16 Dec 2008 06:12:58 +0000
parents 512c7c31eb21
children d378f05079e4 c7c937aee590
files libpurple/protocols/simple/simple.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/simple/simple.c	Tue Dec 16 04:13:14 2008 +0000
+++ b/libpurple/protocols/simple/simple.c	Tue Dec 16 06:12:58 2008 +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;
 	}