Mercurial > pidgin.yaz
changeset 15207:1df707ddf056
[gaim-migrate @ 17996]
This should be friendlier for translators, but doesn't lose meaning
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Thu, 14 Dec 2006 05:56:50 +0000 |
parents | 348b7f3b2ecd |
children | 5ab90cdee9e5 |
files | libgaim/protocols/oscar/oscar.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libgaim/protocols/oscar/oscar.c Thu Dec 14 05:14:22 2006 +0000 +++ b/libgaim/protocols/oscar/oscar.c Thu Dec 14 05:56:50 2006 +0000 @@ -433,7 +433,8 @@ strncpy(str, datalen, data); str[datalen] = '\0'; salvage = gaim_utf8_salvage(str); - ret = g_strdup_printf(_("%s (There was an error receiving this message. Either you and the buddy you are speaking to have a different encoding selected, or the buddy has a buggy client.)"), salvage); + ret = g_strdup_printf("%s %s", salvage, + _("(There was an error receiving this message. Either you and the buddy you are speaking to have a different encoding selected, or the buddy has a buggy client.)")); g_free(str); g_free(salvage); }