diff options
author | Steven Barth <steven@midlink.org> | 2008-08-15 22:04:37 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-15 22:04:37 +0000 |
commit | c637f686ee4968010d85531c7021b5d08a79ddd0 (patch) | |
tree | b5f958e93d3f15d17919ffd6258b864e293b8d21 /applications | |
parent | 9bdf8c29427e0bdd2fa605794239cae6655d692a (diff) |
Fixed a typo
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-statistics/luasrc/i18n/statistics.en.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-statistics/luasrc/i18n/statistics.en.lua b/applications/luci-statistics/luasrc/i18n/statistics.en.lua index 14c1c6929..757e97c47 100644 --- a/applications/luci-statistics/luasrc/i18n/statistics.en.lua +++ b/applications/luci-statistics/luasrc/i18n/statistics.en.lua @@ -350,7 +350,7 @@ lucistatistics_collectdnetworklisten_host = "Listen host" lucistatistics_collectdnetworklisten_host_desc = "host-, ip- or ip6 address" lucistatistics_collectdnetworklisten_port = "Listen port" lucistatistics_collectdnetworklisten_port_desc = "0 - 65535" -lucistatistics_collectdnetworkserver = "serverer interfaces" +lucistatistics_collectdnetworkserver = "server interfaces" lucistatistics_collectdnetworkserver_desc = "This section defines to which servers the locally collected data is sent to." lucistatistics_collectdnetworkserver_host = "Server host" lucistatistics_collectdnetworkserver_host_desc = "host-, ip- or ip6 address" |