changeset 20182:4be39781803b

applied changes from e3d8fe145881335e4c42f96480b7c2681ff85fe9 through 02b9fa9cd591c94c082a8ff02ea27fe33b278a0a
author Richard Laager <rlaager@wiktel.com>
date Fri, 28 Sep 2007 14:45:41 +0000
parents d1d847810985
children dd4c3d712835
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	Fri Sep 14 22:19:09 2007 +0000
+++ b/libpurple/protocols/msn/msn.c	Fri Sep 28 14:45:41 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);