summaryrefslogtreecommitdiffhomepage
path: root/libs/uvl
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-09-07 02:57:47 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-09-07 02:57:47 +0000
commit96e7e81d1def21256c79a27a86786121ababb37a (patch)
tree34d964c0e4a15e3d7a2eb8826d6e6694cab3ff25 /libs/uvl
parent885e54007fdaaaa8d4972e904685c6a0ff609e50 (diff)
* luci/libs/uvl: fix description of default option in meta scheme
Diffstat (limited to 'libs/uvl')
-rw-r--r--libs/uvl/root/lib/uci/schema/meta/schema2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/uvl/root/lib/uci/schema/meta/schema b/libs/uvl/root/lib/uci/schema/meta/schema
index 7f6981a02..3b78725d5 100644
--- a/libs/uvl/root/lib/uci/schema/meta/schema
+++ b/libs/uvl/root/lib/uci/schema/meta/schema
@@ -270,7 +270,7 @@ config variable
# 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'