* luci/libs/uvl: fix description of default option in meta scheme
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 7 Sep 2008 02:57:47 +0000 (02:57 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 7 Sep 2008 02:57:47 +0000 (02:57 +0000)
libs/uvl/root/lib/uci/schema/meta/schema

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