Mercurial > pidgin
diff src/protocols/jabber/jabber.c @ 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 | 08cef5988410 |
children | d3711f98f568 |
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")) {