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-watchcat/luasrc | |
parent | a31e805696fad7e801a398c3c0fa645a1f922dc3 (diff) |
luci/po: spelling and grammar fixes by Alex Henrie
Diffstat (limited to 'applications/luci-watchcat/luasrc')
-rw-r--r-- | applications/luci-watchcat/luasrc/model/cbi/watchcat/watchcat.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/applications/luci-watchcat/luasrc/model/cbi/watchcat/watchcat.lua b/applications/luci-watchcat/luasrc/model/cbi/watchcat/watchcat.lua index 9f47bcaa6..bcaf43855 100644 --- a/applications/luci-watchcat/luasrc/model/cbi/watchcat/watchcat.lua +++ b/applications/luci-watchcat/luasrc/model/cbi/watchcat/watchcat.lua @@ -14,8 +14,8 @@ $Id$ m = Map("system", translate("Watchcat"), - translate("Watchcat allows to configure a periodic reboot and/or when " .. - "internet connection has been lost for a certain period of time." + translate("Watchcat allows configuring a periodic reboot when the " .. + "Internet connection has been lost for a certain period of time." )) s = m:section(TypedSection, "watchcat") @@ -30,8 +30,8 @@ mode:value("allways", "Periodic reboot") forcedelay = s:option(Value, "forcedelay", translate("Forced reboot delay"), - translate("When rebooting the system the watchcat will trigger a soft reboot, " .. - "Entering a non zero value here, will trigger a delayed hard reboot " .. + translate("When rebooting the system, the watchcat will trigger a soft reboot. " .. + "Entering a non zero value here will trigger a delayed hard reboot " .. "if the soft reboot fails. Enter a number of seconds to enable, " .. "use 0 to disable")) forcedelay.datatype = "uinteger" |