1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00

Remove indentation from option description

This commit is contained in:
Jonas Fonseca 2005-11-27 07:29:36 +01:00 committed by Jonas Fonseca
parent ce70c52557
commit 83dca03a27

View File

@ -48,7 +48,7 @@ static struct option_info ecmascript_options[] = {
INIT_OPT_BOOL("ecmascript", N_("Ignore <noscript> content"),
"ignore_noscript", 0, 0,
N_("Whether to ignore content enclosed by the <noscript> tag\n"
" when ECMAScript is enabled.")),
"when ECMAScript is enabled.")),
INIT_OPT_INT("ecmascript", N_("Maximum execution time"),
"max_exec_time", 0, 1, 3600, 5,