diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-28 04:19:38 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-28 04:19:38 +0000 |
commit | 466298351d8da9650c678df903f96422bf3779a9 (patch) | |
tree | 58c70700e2aa68f8d986bad1c67130a8968b02e8 /applications/luci-statistics/luasrc/model/cbi/luci_statistics/dns.lua | |
parent | ee0ef6df98a0d3ca732639dfc4722a6ef39504a3 (diff) |
applications/luci_statistics: add missing translations to cbi models
Diffstat (limited to 'applications/luci-statistics/luasrc/model/cbi/luci_statistics/dns.lua')
-rw-r--r-- | applications/luci-statistics/luasrc/model/cbi/luci_statistics/dns.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-statistics/luasrc/model/cbi/luci_statistics/dns.lua b/applications/luci-statistics/luasrc/model/cbi/luci_statistics/dns.lua index bfaeb423c2..28d9e5de33 100644 --- a/applications/luci-statistics/luasrc/model/cbi/luci_statistics/dns.lua +++ b/applications/luci-statistics/luasrc/model/cbi/luci_statistics/dns.lua @@ -31,7 +31,7 @@ enable = s:option( Flag, "enable", translate("Enable this plugin") ) enable.default = 0 -- collectd_dns.interfaces (Interface) -interfaces = s:option( MultiValue, "Interfaces" ) +interfaces = s:option( MultiValue, "Interfaces", translate("Monitor interfaces") ) interfaces.widget = "select" interfaces.size = 5 interfaces:depends( "enable", 1 ) |