From 6f8daab6eb8eb2f1a8014afeee22793e39980db6 Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Tue, 5 Aug 2014 10:21:03 +0000 Subject: luci/po: spelling and grammar fixes by Alex Henrie --- applications/luci-wol/luasrc/model/cbi/wol.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-wol/luasrc/model/cbi') diff --git a/applications/luci-wol/luasrc/model/cbi/wol.lua b/applications/luci-wol/luasrc/model/cbi/wol.lua index d683b6e16f..ece9e4983a 100644 --- a/applications/luci-wol/luasrc/model/cbi/wol.lua +++ b/applications/luci-wol/luasrc/model/cbi/wol.lua @@ -28,7 +28,7 @@ s = m:section(SimpleSection) if has_ewk and has_wol then bin = s:option(ListValue, "binary", translate("WoL program"), - translate("Sometimes only one of both tools work. If one of fails, try the other one")) + translate("Sometimes only one of the two tools works. If one fails, try the other one")) bin:value("/usr/bin/etherwake", "Etherwake") bin:value("/usr/bin/wol", "WoL") -- cgit v1.2.3