# HG changeset patch # User John Bailey # Date 1231015430 0 # Node ID fc32b392c968787573820144d97fbb768113aa58 # Parent 6267675cbc1d52db8eff4e5ae81a5bbf86a774b7# Parent d378f05079e48b43f88b0c81ca814d45ca9574e2 merge of '1573f5f4950069e05f77f6b74e1627bfae9667c5' and 'ea93164d46e9e153a99807bc9474f99dfbca41dc' diff -r 6267675cbc1d -r fc32b392c968 libpurple/protocols/simple/simple.c --- a/libpurple/protocols/simple/simple.c Sat Jan 03 18:50:33 2009 +0000 +++ b/libpurple/protocols/simple/simple.c Sat Jan 03 20:43:50 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; }