Mercurial > pidgin
diff libpurple/protocols/msn/error.c @ 24026:c427d9c147ee
Make this string translateable now that we're tagged and out of string
freeze.
| author | Elliott Sales de Andrade <qulogic@pidgin.im> |
|---|---|
| date | Sun, 31 Aug 2008 05:21:25 +0000 |
| parents | dffd9abace4f |
| children | bd2f4c6add99 |
line wrap: on
line diff
--- a/libpurple/protocols/msn/error.c Sun Aug 31 04:06:25 2008 +0000 +++ b/libpurple/protocols/msn/error.c Sun Aug 31 05:21:25 2008 +0000 @@ -247,7 +247,7 @@ break; case 927: g_snprintf(msg, sizeof(msg), - ("Passport account suspended")); + _("Passport account suspended")); break; case 928: g_snprintf(msg, sizeof(msg), _("Bad ticket"));
