diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-31 19:26:07 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-31 19:26:07 +0000 |
commit | cffba70b2ebff664e385f077d30cf701cab49a70 (patch) | |
tree | f5d22dd86b44e051c1c74797c3584e101d1f566a /applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm | |
parent | b2671410bf5468443d6eb49f525d6c3e3fd7e28f (diff) |
all: translation fixes in templates
Diffstat (limited to 'applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm')
-rw-r--r-- | applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm b/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm index 0e801c791c..431b4b285c 100644 --- a/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm +++ b/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm @@ -14,9 +14,9 @@ $Id$ -%> <%+header%> -<h2><a id="content" name="content"><%:stat_systemplugins System plugins%></a></h2> +<h2><a id="content" name="content"><%:System plugins%></a></h2> -<p><%:stat_systemplugins_desc System plugins collecting values about system state and ressource usage on the device.:%> +<p><%:System plugins collecting values about system state and ressource usage on the device.:%> <ul> <% for plugin, desc in pairs(plugins) do %> <% if nixio.fs.access("/usr/lib/collectd/" .. plugin .. ".so") then %> |