X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-watchcat%2Fluasrc%2Fmodel%2Fcbi%2Fwatchcat%2Fwatchcat.lua;h=bcaf4385572c74ee27c524ca4368e327af690d07;hp=9f47bcaa6d6984ddbc8e50fdcb224cf785a230dc;hb=6f8daab6eb8eb2f1a8014afeee22793e39980db6;hpb=a31e805696fad7e801a398c3c0fa645a1f922dc3 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"