Mercurial > pidgin.yaz
diff libpurple/protocols/qq/qq.c @ 26797:e0d739a002b4
correctly use some text marked by N_(), and mark one more string as
translatable
author | Ka-Hing Cheung <khc@hxbc.us> |
---|---|
date | Mon, 27 Apr 2009 04:52:41 +0000 |
parents | ff4212a5268f |
children | 2cb6ea4420a0 |
line wrap: on
line diff
--- a/libpurple/protocols/qq/qq.c Sun Apr 26 22:55:58 2009 +0000 +++ b/libpurple/protocols/qq/qq.c Mon Apr 27 04:52:41 2009 +0000 @@ -674,8 +674,8 @@ g_string_append(info, "wd<br>\n"); g_string_append(info, "x6719620<br>\n"); g_string_append(info, "netelk<br>\n"); - g_string_append(info, "and more, please let me know... thank you!<br>\n"); - g_string_append(info, "<br>\n"); + g_string_append(info, _("and more, please let me know... thank you!))")); + g_string_append(info, "<br>\n<br>\n"); g_string_append(info, _("<p><i>And, all the boys in the backroom...</i><br>\n")); g_string_append(info, _("<i>Feel free to join us!</i> :)")); g_string_append(info, "</body></html>");