From 004e89c77648ec80e4a30ace6451acce61ad89e9 Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Tue, 18 Oct 2011 17:42:26 +0000 Subject: applications/luci-splash: Fix double 'and' typo (325) --- applications/luci-splash/luasrc/model/cbi/splash/splash.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-splash/luasrc/model') diff --git a/applications/luci-splash/luasrc/model/cbi/splash/splash.lua b/applications/luci-splash/luasrc/model/cbi/splash/splash.lua index 0e3e6ed2bf..c03cd459ae 100644 --- a/applications/luci-splash/luasrc/model/cbi/splash/splash.lua +++ b/applications/luci-splash/luasrc/model/cbi/splash/splash.lua @@ -58,7 +58,7 @@ uci:foreach("network", "alias", s = m:section(TypedSection, "whitelist", translate("Whitelist"), - translate("MAC addresses of whitelisted clients. These do not need to accept the splash and and are not bandwidth limited.")) + translate("MAC addresses of whitelisted clients. These do not need to accept the splash and are not bandwidth limited.")) s.template = "cbi/tblsection" s.addremove = true -- cgit v1.2.3