pidgin: ea93164d: disapproval of revision 'a85f2ca138b4fd9...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Sat Jan 3 15:46:34 EST 2009


-----------------------------------------------------------------
Revision: ea93164d46e9e153a99807bc9474f99dfbca41dc
Ancestor: a85f2ca138b4fd9f600b0875bfe67837cc95b989
Author: rekkanoryo at pidgin.im
Date: 2009-01-03T20:43:44
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/ea93164d46e9e153a99807bc9474f99dfbca41dc

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

ChangeLog: 

disapproval of revision 'a85f2ca138b4fd9f600b0875bfe67837cc95b989'

Since we're not in string freeze, revert to a better string here.

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


More information about the Commits mailing list