Mercurial > pidgin.yaz
changeset 24871:fc32b392c968
merge of '1573f5f4950069e05f77f6b74e1627bfae9667c5'
and 'ea93164d46e9e153a99807bc9474f99dfbca41dc'
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sat, 03 Jan 2009 20:43:50 +0000 |
parents | 6267675cbc1d (current diff) d378f05079e4 (diff) |
children | fc07bafe9e9b f7a2045f9346 533a51295cbb |
files | |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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; }