diff options
author | Manuel Munz <freifunk@somakoma.de> | 2014-08-05 10:21:03 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2014-08-05 10:21:03 +0000 |
commit | 6f8daab6eb8eb2f1a8014afeee22793e39980db6 (patch) | |
tree | c0cff7f0a2b198d0aa14303beb64bb9a68a96a91 /applications/luci-wol | |
parent | a31e805696fad7e801a398c3c0fa645a1f922dc3 (diff) |
luci/po: spelling and grammar fixes by Alex Henrie
Diffstat (limited to 'applications/luci-wol')
-rw-r--r-- | applications/luci-wol/luasrc/model/cbi/wol.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-wol/luasrc/model/cbi/wol.lua b/applications/luci-wol/luasrc/model/cbi/wol.lua index d683b6e16..ece9e4983 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") |