luci/po: spelling and grammar fixes by Alex Henrie
[project/luci.git] / modules / failsafe / luasrc / controller / failsafe / failsafe.lua
index 1da3438..db4bda6 100644 (file)
@@ -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 })