summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-10-31 19:26:07 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-10-31 19:26:07 +0000
commitcffba70b2ebff664e385f077d30cf701cab49a70 (patch)
treef5d22dd86b44e051c1c74797c3584e101d1f566a /applications/luci-statistics/luasrc/view/admin_statistics/systemplugins.htm
parentb2671410bf5468443d6eb49f525d6c3e3fd7e28f (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.htm4
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 %>