changeset 20044:4fdf9c1212e2

Mark new MSN string translatable now that we're no longer string frozen.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 15 Sep 2007 03:01:22 +0000
parents 4d278e98b5ac
children 507e109387fd e478efce3d8b 7af1af2b7ad3
files libpurple/protocols/msn/msn.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/msn/msn.c	Sat Sep 15 02:43:01 2007 +0000
+++ b/libpurple/protocols/msn/msn.c	Sat Sep 15 03:01:22 2007 +0000
@@ -2196,8 +2196,7 @@
 	prpl_info.protocol_options = g_list_append(prpl_info.protocol_options,
 											   option);
 
-	/* TODO: Mark translatable as soon as 2.2.0 is released and we're not string frozen */
-	option = purple_account_option_string_new("HTTP Method Server",
+	option = purple_account_option_string_new(_("HTTP Method Server"),
 										  "http_method_server", MSN_HTTPCONN_SERVER);
 	prpl_info.protocol_options = g_list_append(prpl_info.protocol_options,
 											   option);