From: <rl...@us...> - 2006-10-30 04:39:28
|
Revision: 17626 http://svn.sourceforge.net/gaim/?rev=17626&view=rev Author: rlaager Date: 2006-10-29 20:39:11 -0800 (Sun, 29 Oct 2006) Log Message: ----------- Mark a string for translation. Fixes SF Bug #1586953 Modified Paths: -------------- trunk/libgaim/protocols/qq/qq.c Modified: trunk/libgaim/protocols/qq/qq.c =================================================================== --- trunk/libgaim/protocols/qq/qq.c 2006-10-30 03:54:24 UTC (rev 17625) +++ trunk/libgaim/protocols/qq/qq.c 2006-10-30 04:39:11 UTC (rev 17626) @@ -519,7 +519,7 @@ g_string_append_printf(info, _("<b>My Public IP</b>: %s<br>\n"), qd->my_ip); g_string_append(info, "<hr>\n"); - g_string_append(info, "<i>Information below may not be accurate</i><br>\n"); + g_string_append(info, _("<i>Information below may not be accurate</i><br>\n")); g_string_append_printf(info, _("<b>Login Time</b>: %s<br>\n"), ctime(&qd->login_time)); g_string_append_printf(info, _("<b>Last Login IP</b>: %s<br>\n"), qd->last_login_ip); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |