applications/initmgr: i18n-scan didn't like the sring formatting with brackets
This commit is contained in:
parent
d5511036aa
commit
cd34034b87
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ You may obtain a copy of the License at
|
||||||
local fs = require "nixio.fs"
|
local fs = require "nixio.fs"
|
||||||
local rc = "/etc/rc.local"
|
local rc = "/etc/rc.local"
|
||||||
|
|
||||||
f = SimpleForm("rc", translate("Local 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."))
|
||||||
(in front of 'exit 0') to execute them at the end of the boot process.]]))
|
|
||||||
|
|
||||||
t = f:field(TextValue, "rcs")
|
t = f:field(TextValue, "rcs")
|
||||||
t.rmempty = true
|
t.rmempty = true
|
||||||
|
|
Loading…
Reference in a new issue