summaryrefslogtreecommitdiffhomepage
path: root/modules/failsafe/luasrc/view
diff options
context:
space:
mode:
authorManuel Munz <freifunk@somakoma.de>2014-08-05 10:21:03 +0000
committerManuel Munz <freifunk@somakoma.de>2014-08-05 10:21:03 +0000
commit6f8daab6eb8eb2f1a8014afeee22793e39980db6 (patch)
treec0cff7f0a2b198d0aa14303beb64bb9a68a96a91 /modules/failsafe/luasrc/view
parenta31e805696fad7e801a398c3c0fa645a1f922dc3 (diff)
luci/po: spelling and grammar fixes by Alex Henrie
Diffstat (limited to 'modules/failsafe/luasrc/view')
-rw-r--r--modules/failsafe/luasrc/view/failsafe/flashops.htm2
-rw-r--r--modules/failsafe/luasrc/view/failsafe/upgrade.htm2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/failsafe/luasrc/view/failsafe/flashops.htm b/modules/failsafe/luasrc/view/failsafe/flashops.htm
index accbba04ba..5ff23e5c17 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 66f6457626..7a86000efb 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 %>