Mercurial > pidgin.yaz
changeset 23956: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 | b025d3c9ceae |
children | c6670bbc2191 |
files | libpurple/protocols/msn/error.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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"));