Mercurial > pidgin
diff libpurple/protocols/simple/simple.c @ 24772:49f0e5dbeeed
Fix my accidental breakage of string freeze by borrowing a generic message from
the Novell Groupwise prpl. Refs #7767.
| author | John Bailey <rekkanoryo@rekkanoryo.org> |
|---|---|
| date | Tue, 16 Dec 2008 06:12:58 +0000 |
| parents | 08414e3d8b4f |
| children | d378f05079e4 f0c2e27c7ae7 138c729f8c9a |
line wrap: on
line diff
--- 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; }
