# HG changeset patch # User Paul Aurich # Date 1288247566 0 # Node ID 53f51201b39fb63391e296241b796bb4b9253cd3 # Parent 1d5f8e977b54e5e66b4224b852475e7bc034a15d While looking for where "Can not resolve " was coming from, I found these. There are also a bunch in QQ, but I left those alone. diff -r 1d5f8e977b54 -r 53f51201b39f libpurple/connection.c --- a/libpurple/connection.c Thu Oct 28 01:32:03 2010 +0000 +++ b/libpurple/connection.c Thu Oct 28 06:32:46 2010 +0000 @@ -135,7 +135,7 @@ !(prpl_info->options & OPT_PROTO_NO_PASSWORD) && !(prpl_info->options & OPT_PROTO_PASSWORD_OPTIONAL)) { - purple_debug_error("connection", "Can not connect to account %s without " + purple_debug_error("connection", "Cannot connect to account %s without " "a password.\n", purple_account_get_username(account)); return; } @@ -210,7 +210,7 @@ !(prpl_info->options & OPT_PROTO_NO_PASSWORD) && !(prpl_info->options & OPT_PROTO_PASSWORD_OPTIONAL)) { - purple_debug_error("connection", "Can not connect to account %s without " + purple_debug_error("connection", "Cannot connect to account %s without " "a password.\n", purple_account_get_username(account)); return; }