diff libgaim/protocols/qq/qq.c @ 14857:d134995c9ffa

[gaim-migrate @ 17626] Mark a string for translation. Fixes SF Bug #1586953 committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 30 Oct 2006 04:39:11 +0000
parents a33d179d5508
children c039c920e11c
line wrap: on
line diff
--- a/libgaim/protocols/qq/qq.c	Mon Oct 30 03:54:24 2006 +0000
+++ b/libgaim/protocols/qq/qq.c	Mon Oct 30 04:39:11 2006 +0000
@@ -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);