From 96e7e81d1def21256c79a27a86786121ababb37a Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Sun, 7 Sep 2008 02:57:47 +0000
Subject: [PATCH] * luci/libs/uvl: fix description of default option in meta
 scheme

---
 libs/uvl/root/lib/uci/schema/meta/schema | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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'
-- 
2.25.1