diff options
author | Manuel Munz <freifunk@somakoma.de> | 2014-08-05 10:21:03 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2014-08-05 10:21:03 +0000 |
commit | 6f8daab6eb8eb2f1a8014afeee22793e39980db6 (patch) | |
tree | c0cff7f0a2b198d0aa14303beb64bb9a68a96a91 /modules/failsafe | |
parent | a31e805696fad7e801a398c3c0fa645a1f922dc3 (diff) |
luci/po: spelling and grammar fixes by Alex Henrie
Diffstat (limited to 'modules/failsafe')
-rw-r--r-- | modules/failsafe/luasrc/controller/failsafe/failsafe.lua | 2 | ||||
-rw-r--r-- | modules/failsafe/luasrc/view/failsafe/flashops.htm | 2 | ||||
-rw-r--r-- | modules/failsafe/luasrc/view/failsafe/upgrade.htm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/failsafe/luasrc/controller/failsafe/failsafe.lua b/modules/failsafe/luasrc/controller/failsafe/failsafe.lua index 1da3438f8..db4bda660 100644 --- a/modules/failsafe/luasrc/controller/failsafe/failsafe.lua +++ b/modules/failsafe/luasrc/controller/failsafe/failsafe.lua @@ -132,7 +132,7 @@ function action_flashops() local keep = (luci.http.formvalue("keep") == "1") and "" or "-n" luci.template.render("failsafe/applyreboot", { title = luci.i18n.translate("Flashing..."), - msg = luci.i18n.translate("The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a few minutes until you try to reconnect. It might be necessary to renew the address of your computer to reach the device again, depending on your settings."), + msg = luci.i18n.translate("The system is flashing now.<br /> DO NOT POWER OFF THE DEVICE!<br /> Wait a few minutes before you try to reconnect. It might be necessary to renew the address of your computer to reach the device again, depending on your settings."), addr = (#keep > 0) and "192.168.1.1" or nil }) fork_exec("killall dropbear uhttpd; sleep 1; /sbin/sysupgrade %s %q" %{ keep, image_tmp }) diff --git a/modules/failsafe/luasrc/view/failsafe/flashops.htm b/modules/failsafe/luasrc/view/failsafe/flashops.htm index accbba04b..5ff23e5c1 100644 --- a/modules/failsafe/luasrc/view/failsafe/flashops.htm +++ b/modules/failsafe/luasrc/view/failsafe/flashops.htm @@ -36,7 +36,7 @@ $Id$ <% end %> </form> <% else %> - <div class="cbi-section-descr"><%:Sorry, there is no sysupgrade support present, a new firmware image must be flashed manually. Please refer to the OpenWrt wiki for device specific install instructions.%></div> + <div class="cbi-section-descr"><%:Sorry, there is no sysupgrade support present; a new firmware image must be flashed manually. Please refer to the OpenWrt wiki for device specific install instructions.%></div> <% end %> </fieldset> diff --git a/modules/failsafe/luasrc/view/failsafe/upgrade.htm b/modules/failsafe/luasrc/view/failsafe/upgrade.htm index 66f645762..7a86000ef 100644 --- a/modules/failsafe/luasrc/view/failsafe/upgrade.htm +++ b/modules/failsafe/luasrc/view/failsafe/upgrade.htm @@ -25,7 +25,7 @@ $Id$ <% if storage > 0 and size > storage then %> <br /><br /> - <div class="error"><%:It appears that you try to + <div class="error"><%:It appears that you are trying to flash an image that does not fit into the flash memory, please verify the image file! %></div> <% end %> |