Update luci
[librecmc/librecmc.git] / package / luci / modules / luci-mod-admin-full / luasrc / model / cbi / admin_system / crontab.lua
index ea92eb98de6c1a0a8b667273a3f94339dca0a41f..016a6199aab56c6b0a5e10d06e5963f148f44013 100644 (file)
@@ -5,7 +5,10 @@
 local fs = require "nixio.fs"
 local cronfile = "/etc/crontabs/root" 
 
-f = SimpleForm("crontab", translate("Scheduled Tasks"), translate("This is the system crontab in which scheduled tasks can be defined."))
+f = SimpleForm("crontab", translate("Scheduled Tasks"),
+       translate("This is the system crontab in which scheduled tasks can be defined.") ..
+       translate("<br/>Note: you need to manually restart the cron service if the " ..
+               "crontab file was empty before editing."))
 
 t = f:field(TextValue, "crons")
 t.rmempty = true