Mercurial > pidgin
changeset 24773:d378f05079e4
disapproval of revision 'a85f2ca138b4fd9f600b0875bfe67837cc95b989'
Since we're not in string freeze, revert to a better string here.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sat, 03 Jan 2009 20:43:44 +0000 |
parents | 49f0e5dbeeed |
children | fc32b392c968 |
files | libpurple/protocols/simple/simple.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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; }