diff options
author | Daniel Golle <daniel@makrotopia.org> | 2013-02-26 18:50:36 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2013-02-26 18:50:36 +0000 |
commit | fb9bed8a0c79c2fde1363c5599632a279a32401d (patch) | |
tree | 6b7d56e1daaad438556acc1e5c73eebbcd00f4f7 /modules/admin-full/luasrc | |
parent | 36986ee5fedf9a826730fef4e30340954e65f646 (diff) |
correct spelling on luci startup page
https://dev.openwrt.org/ticket/13083
Diffstat (limited to 'modules/admin-full/luasrc')
-rw-r--r-- | modules/admin-full/luasrc/model/cbi/admin_system/startup.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/model/cbi/admin_system/startup.lua b/modules/admin-full/luasrc/model/cbi/admin_system/startup.lua index 592c173a0..fc35f774a 100644 --- a/modules/admin-full/luasrc/model/cbi/admin_system/startup.lua +++ b/modules/admin-full/luasrc/model/cbi/admin_system/startup.lua @@ -34,7 +34,7 @@ for _, name in ipairs(luci.sys.init.names()) do end -m = SimpleForm("initmgr", translate("Initscripts"), translate("You can enable or disable installed init scripts here. Changes will applied after a device reboot.<br /><strong>Warning: If you disable essential init scripts like \"network\", your device might become inaccesable!</strong>")) +m = SimpleForm("initmgr", translate("Initscripts"), translate("You can enable or disable installed init scripts here. Changes will applied after a device reboot.<br /><strong>Warning: If you disable essential init scripts like \"network\", your device might become inaccessible!</strong>")) m.reset = false m.submit = false |