summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/luasrc/model/cbi/luci_statistics/irq.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/irq.lua
parentee0ef6df98a0d3ca732639dfc4722a6ef39504a3 (diff)
applications/luci_statistics: add missing translations to cbi models
Diffstat (limited to 'applications/luci-statistics/luasrc/model/cbi/luci_statistics/irq.lua')
-rw-r--r--applications/luci-statistics/luasrc/model/cbi/luci_statistics/irq.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-statistics/luasrc/model/cbi/luci_statistics/irq.lua b/applications/luci-statistics/luasrc/model/cbi/luci_statistics/irq.lua
index ea5f716e0..d6aa2e96c 100644
--- a/applications/luci-statistics/luasrc/model/cbi/luci_statistics/irq.lua
+++ b/applications/luci-statistics/luasrc/model/cbi/luci_statistics/irq.lua
@@ -34,7 +34,7 @@ irqs.optional = true
irqs:depends( "enable", 1 )
-- collectd_irq.ignoreselected (IgnoreSelected)
-ignoreselected = s:option( Flag, "IgnoreSelected" )
+ignoreselected = s:option( Flag, "IgnoreSelected", translate("Monitor all except specified") )
ignoreselected.default = 0
ignoreselected.optional = "true"
ignoreselected:depends( "enable", 1 )