# HG changeset patch # User John Bailey # Date 1229407978 0 # Node ID 49f0e5dbeeedd2112ae9a6d411140c443a2309c5 # Parent 512c7c31eb21ba32b15feda9ea661a72d67050b6 Fix my accidental breakage of string freeze by borrowing a generic message from the Novell Groupwise prpl. Refs #7767. diff -r 512c7c31eb21 -r 49f0e5dbeeed libpurple/protocols/simple/simple.c --- 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; }