Mercurial > pidgin
diff src/protocols/msn/notification.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 | a21cf07cd8e1 |
| children | 8f94cce8faa5 |
line wrap: on
line diff
--- a/src/protocols/msn/notification.c Mon Jul 28 22:53:14 2003 +0000 +++ b/src/protocols/msn/notification.c Tue Jul 29 02:27:33 2003 +0000 @@ -194,7 +194,7 @@ return TRUE; } - g_snprintf(buf, sizeof(buf), "MSN Error: %s\n", + g_snprintf(buf, sizeof(buf), _("MSN Error: %s\n"), msn_error_get_text(errnum)); } else {
