From: Steven Barth Date: Fri, 15 Aug 2008 22:04:37 +0000 (+0000) Subject: Fixed a typo X-Git-Tag: 0.8.0~406 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=c637f686ee4968010d85531c7021b5d08a79ddd0;p=project%2Fluci.git Fixed a typo --- 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"