fset: add missing "${type_en}" and "${description_en}" in /help fset

This commit is contained in:
Sébastien Helleu 2017-06-03 14:58:03 +02:00
parent 4eca2787ec
commit 1cc43c1a9c

View File

@ -532,7 +532,8 @@ fset_command_init ()
" - option data, with color and padded by spaces on the right:\n"
" - ${name}: option name\n"
" - ${parent_name}: parent option name\n"
" - ${type}: option type\n"
" - ${type}: option type (translated)\n"
" - ${type_en}: option type (in English)\n"
" - ${default_value}: option default value\n"
" - ${default_value_undef}: \"1\" if default value is null, "
"otherwise \"0\"\n"
@ -544,7 +545,8 @@ fset_command_init ()
" - ${parent_value}: parent option value\n"
" - ${min}: min value\n"
" - ${max}: max value\n"
" - ${description}: option description\n"
" - ${description}: option description (translated)\n"
" - ${description_en}: option description (in English)\n"
" - ${string_values}: string values allowed for set of an "
"integer option using strings\n"
" - ${marked}: \"1\" if option is marked, otherwise \"0\"\n"