* luci/libs/uvl: fix description of default option in meta scheme

This commit is contained in:
Jo-Philipp Wich 2008-09-07 02:57:47 +00:00
parent 885e54007f
commit 96e7e81d1d

View file

@ -270,7 +270,7 @@ config variable
# Variable default value (schema.@variable.default) # Variable default value (schema.@variable.default)
config variable config variable
option name 'default' option name 'default'
option title 'Datatype of this variable' option title 'Default value of this variable'
option section 'schema.variable' option section 'schema.variable'
option type 'variable' option type 'variable'
option datatype 'string' option datatype 'string'