summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorManuel Munz <freifunk@somakoma.de>2011-01-14 19:50:05 +0000
committerManuel Munz <freifunk@somakoma.de>2011-01-14 19:50:05 +0000
commitd5511036aa88bb244899aadb9f29891e1fe63ca5 (patch)
tree66a5cdbb9b6335422e8093385d0108aab7f9e14c
parentfeb14f784289ca919821c2f78aa69cb75de8e5a6 (diff)
applications/luci-initmgr: Changed header
-rw-r--r--applications/luci-initmgr/luasrc/model/cbi/startup.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-initmgr/luasrc/model/cbi/startup.lua b/applications/luci-initmgr/luasrc/model/cbi/startup.lua
index 800da1126..1856a1532 100644
--- a/applications/luci-initmgr/luasrc/model/cbi/startup.lua
+++ b/applications/luci-initmgr/luasrc/model/cbi/startup.lua
@@ -15,7 +15,7 @@ You may obtain a copy of the License at
local fs = require "nixio.fs"
local rc = "/etc/rc.local"
-f = SimpleForm("rc", translate("Startup"), translate([[This is the content of /etc/rc.local. Insert your own commands here
+f = SimpleForm("rc", translate("Local Startup"), translate([[This is the content of /etc/rc.local. Insert your own commands here
(in front of 'exit 0') to execute them at the end of the boot process.]]))
t = f:field(TextValue, "rcs")