src/protocols/zephyr/zephyr.c

changeset 13548
49824236c135
parent 13487
9aa1fee89162
child 13844
835b8f7b3d1d
--- a/src/protocols/zephyr/zephyr.c	Tue Mar 21 17:26:12 2006 +0000
+++ b/src/protocols/zephyr/zephyr.c	Wed Mar 22 06:20:14 2006 +0000
@@ -2893,10 +2893,10 @@
 	GaimAccountOption *option;
 	char *tmp = get_exposure_level();
 
-	option = gaim_account_option_bool_new("Use tzc", "use_tzc", FALSE);
+	option = gaim_account_option_bool_new(_("Use tzc"), "use_tzc", FALSE);
 	prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);
 
-	option = gaim_account_option_string_new("tzc command", "tzc_command", "/usr/bin/tzc -e %s");
+	option = gaim_account_option_string_new(_("tzc command"), "tzc_command", "/usr/bin/tzc -e %s");
 	prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);
 
 	option = gaim_account_option_bool_new(_("Export to .anyone"), "write_anyone", FALSE);

mercurial