diff options
Diffstat (limited to 'modules/admin-full/luasrc/view/admin_system')
-rw-r--r-- | modules/admin-full/luasrc/view/admin_system/upgrade.htm | 4 |
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) )) |