From 59718ab14d8cd92430de94f1d16236a5146e023e Mon Sep 17 00:00:00 2001 From: Paul Dee Date: Wed, 17 Jul 2019 16:40:50 +0200 Subject: English grammar fix Signed-off-by: Paul Dee --- applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-adblock/luasrc/model/cbi') diff --git a/applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua b/applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua index 3a37b45dfb..8e4395ae6b 100644 --- a/applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua +++ b/applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua @@ -99,7 +99,7 @@ e1 = e:option(Flag, "adb_debug", translate("Verbose Debug Logging"), e1.rmempty = false e2 = e:option(Flag, "adb_nice", translate("Low Priority Service"), - translate("Set the nice level to 'low priority' and the adblock background processing will take less resources from the system. ") + translate("Set the nice level to 'low priority' and the adblock background processing will take fewer resources from the system. ") ..translate("This change requires a manual service stop/re-start to take effect.")) e2.disabled = "0" e2.enabled = "10" -- cgit v1.2.3