From: Jo-Philipp Wich Date: Sun, 7 Sep 2008 02:57:47 +0000 (+0000) Subject: * luci/libs/uvl: fix description of default option in meta scheme X-Git-Tag: 0.9.0~1396 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=96e7e81d1def21256c79a27a86786121ababb37a * luci/libs/uvl: fix description of default option in meta scheme --- 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'