Changeset 6733

Show
Ignore:
Timestamp:
01/14/11 20:54:37 (2 years ago)
Author:
soma
Message:

applications/initmgr: i18n-scan didn't like the sring formatting with brackets

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/applications/luci-initmgr/luasrc/model/cbi/startup.lua

    r6732 r6733  
    1616local rc = "/etc/rc.local"  
    1717 
    18 f = SimpleForm("rc", translate("Local Startup"), translate([[This is the content of /etc/rc.local. Insert your own commands here 
    19      (in front of 'exit 0') to execute them at the end of the boot process.]])) 
     18f = 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.")) 
    2019 
    2120t = f:field(TextValue, "rcs")