Mercurial > pidgin
diff src/protocols/jabber/jabber.c @ 6321:3613007cbb6e
[gaim-migrate @ 6820]
Bjoern Voigt:
"I've updated the German translation and fixed some i18n bugs.
The file i18n16.patch contains:
- updated German translation
- translation of the "boring default" away message works again
- marked some forgotten error messages as translatable"
Guntupalli Karunakar gave me a Hindi translation and Vincent van
Adrighem updated the dutch translation.
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 29 Jul 2003 02:27:33 +0000 |
parents | 430693544643 |
children | cc527f9ba197 |
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c Mon Jul 28 22:53:14 2003 +0000 +++ b/src/protocols/jabber/jabber.c Tue Jul 29 02:27:33 2003 +0000 @@ -4184,7 +4184,7 @@ errmsg = xmlnode_get_data(xerr); if (xmlnode_get_attrib(xerr, "code")) { errcode = atoi(xmlnode_get_attrib(xerr, "code")); - g_snprintf(msg, sizeof(msg), "Error %d: %s", errcode, errmsg); + g_snprintf(msg, sizeof(msg), _("Error %d: %s"), errcode, errmsg); } else g_snprintf(msg, sizeof(msg), "%s", errmsg); gaim_connection_error(GJ_GC(gjc), msg);