pidgin: a85f2ca1: Fix my accidental breakage of string fre...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Tue Dec 16 01:16:01 EST 2008


-----------------------------------------------------------------
Revision: a85f2ca138b4fd9f600b0875bfe67837cc95b989
Ancestor: 7bf212f5a45ac6170dbbe6205c562fea7f94b433
Author: rekkanoryo at pidgin.im
Date: 2008-12-16T06:12:58
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/a85f2ca138b4fd9f600b0875bfe67837cc95b989

Modified files:
        libpurple/protocols/simple/simple.c

ChangeLog: 

Fix my accidental breakage of string freeze by borrowing a generic message from
the Novell Groupwise prpl.  Refs #7767.

-------------- next part --------------
============================================================
--- libpurple/protocols/simple/simple.c	3b88cc06fa54cd7ddf2f5fe97c4826e83ba76e82
+++ libpurple/protocols/simple/simple.c	8e162e459fcb2693456324ca22f95580ab1c52a0
@@ -1942,7 +1942,8 @@ static void simple_login(PurpleAccount *
 	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;
 	}
 


More information about the Commits mailing list