# HG changeset patch # User John Bailey # Date 1231015424 0 # Node ID d378f05079e48b43f88b0c81ca814d45ca9574e2 # Parent 49f0e5dbeeedd2112ae9a6d411140c443a2309c5 disapproval of revision 'a85f2ca138b4fd9f600b0875bfe67837cc95b989' Since we're not in string freeze, revert to a better string here. diff -r 49f0e5dbeeed -r d378f05079e4 libpurple/protocols/simple/simple.c --- 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; }