Mercurial > pidgin.yaz
changeset 10715:c6bf026fcab9
[gaim-migrate @ 12309]
Make this use the same message as the MSN prpl.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 22 Mar 2005 01:18:31 +0000 |
parents | ad57a8b5495e |
children | 41a2c35c0941 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Mon Mar 21 05:22:09 2005 +0000 +++ b/src/protocols/oscar/oscar.c Tue Mar 22 01:18:31 2005 +0000 @@ -4875,7 +4875,7 @@ if (fr->conn->type == AIM_CONN_TYPE_BOS) { if (code == 0x0001) { gc->wants_to_die = TRUE; - gaim_connection_error(gc, _("You have been disconnected because you have signed on with this screen name at another location.")); + gaim_connection_error(gc, _("You have signed on from another location.")); } else { gaim_connection_error(gc, _("You have been signed off for an unknown reason.")); }