summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/luasrc/model/cbi/luci_statistics/disk.lua
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-11-28 04:19:38 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-11-28 04:19:38 +0000
commit466298351d8da9650c678df903f96422bf3779a9 (patch)
tree58c70700e2aa68f8d986bad1c67130a8968b02e8 /applications/luci-statistics/luasrc/model/cbi/luci_statistics/disk.lua
parentee0ef6df98a0d3ca732639dfc4722a6ef39504a3 (diff)
applications/luci_statistics: add missing translations to cbi models
Diffstat (limited to 'applications/luci-statistics/luasrc/model/cbi/luci_statistics/disk.lua')
-rw-r--r--applications/luci-statistics/luasrc/model/cbi/luci_statistics/disk.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-statistics/luasrc/model/cbi/luci_statistics/disk.lua b/applications/luci-statistics/luasrc/model/cbi/luci_statistics/disk.lua
index 0dfa1ba97..7592b4440 100644
--- a/applications/luci-statistics/luasrc/model/cbi/luci_statistics/disk.lua
+++ b/applications/luci-statistics/luasrc/model/cbi/luci_statistics/disk.lua
@@ -34,7 +34,7 @@ devices.rmempty = true
devices:depends( "enable", 1 )
-- collectd_disk.ignoreselected (IgnoreSelected)
-ignoreselected = s:option( Flag, "IgnoreSelected" )
+ignoreselected = s:option( Flag, "IgnoreSelected", translate("Monitor all except specified") )
ignoreselected.default = 0
ignoreselected:depends( "enable", 1 )