build: restore i18n-lua2po.pl and remove i18n-po2lua.pl
[project/luci.git] / applications / luci-initmgr / luasrc / model / cbi / startup.lua
index 800da11..f304706 100644 (file)
@@ -15,8 +15,7 @@ You may obtain a copy of the License at
 local fs = require "nixio.fs"
 local rc = "/etc/rc.local" 
 
 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
-        (in front of 'exit 0') to execute them at the end of the boot process.]]))
+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")
 t.rmempty = true
 
 t = f:field(TextValue, "rcs")
 t.rmempty = true