summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full/luasrc/view
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-05-13 23:46:56 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-05-13 23:46:56 +0000
commit3de89c4f9f9ac46dc79f415aa01436ebf9a9b81c (patch)
tree0a8541488ed86792dc905cf8866e702bf760ff18 /modules/admin-full/luasrc/view
parentf2e4a6665b257fbcdfd3d7fef0f00a28590738c8 (diff)
modules/admin-full:
- move routes and conntrack info to status menu - move static routes to own 2nd level menu point - fix i18n in upgrade page
Diffstat (limited to 'modules/admin-full/luasrc/view')
-rw-r--r--modules/admin-full/luasrc/view/admin_system/upgrade.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/admin-full/luasrc/view/admin_system/upgrade.htm b/modules/admin-full/luasrc/view/admin_system/upgrade.htm
index ae38cce913..425113e62d 100644
--- a/modules/admin-full/luasrc/view/admin_system/upgrade.htm
+++ b/modules/admin-full/luasrc/view/admin_system/upgrade.htm
@@ -60,7 +60,7 @@ $Id$
<% if flashsize > 0 and filesize > flashsize then %>
<br /><br />
<div class="error"><%:admin_upgrade_toolarge It appears that you try to
- flash an image that does not fit in the flash memory, please verify
+ flash an image that does not fit into the flash memory, please verify
the image file! %></div>
<% end %>
@@ -73,7 +73,7 @@ $Id$
if flashsize > 0 then
write(luci.i18n.translatef(
- "admin_upgrade_spaceavil",
+ "admin_upgrade_spaceavail",
" (%s available)",
w.byte_format(flashsize)
))