Mercurial > pidgin
changeset 13547:689228bcf920
[gaim-migrate @ 15924]
Bj??rn Voigt found two untranslated strings.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 22 Mar 2006 06:20:14 +0000 |
parents | 0d56b8f83a9d |
children | db6add1a3905 |
files | src/protocols/zephyr/zephyr.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);