summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-wol/luasrc/model/cbi/wol.lua
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-wol/luasrc/model/cbi/wol.lua')
-rw-r--r--applications/luci-wol/luasrc/model/cbi/wol.lua2
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")