Mercurial > pidgin
changeset 7417:b6a5a9ce8704
[gaim-migrate @ 8019]
thanks to Ambrose C. LI (acli) for pointing this out
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Mon, 03 Nov 2003 06:13:20 +0000 |
parents | daa81bdefef5 |
children | 5f867640afc8 |
files | src/protocols/jabber/jabber.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c Mon Nov 03 04:37:41 2003 +0000 +++ b/src/protocols/jabber/jabber.c Mon Nov 03 06:13:20 2003 +0000 @@ -171,7 +171,7 @@ } else if(xmlnode_get_child(packet, "undefined-condition")) { text = _("Undefined Condition"); } else if(xmlnode_get_child(packet, "unsupported-encoding")) { - text = _("Unsupported Condition"); + text = _("Unsupported Encoding"); } else if(xmlnode_get_child(packet, "unsupported-stanza-type")) { text = _("Unsupported Stanza Type"); } else if(xmlnode_get_child(packet, "unsupported-version")) {