diff options
author | Steven Barth <steven@midlink.org> | 2008-09-19 19:15:11 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-19 19:15:11 +0000 |
commit | 0579eb0c0e9d6724a2cd4c34108ce690d03bab20 (patch) | |
tree | 98879b74a57de2589f6a74f2bcc6fbd0f2c90b42 /i18n/english | |
parent | f5d4157cab9181b331cfca0f22e529242ba39c66 (diff) |
Fixed a typo in english translations
Diffstat (limited to 'i18n/english')
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en.lua | 2 | ||||
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index 3cb5efde5..f5d0a28ef 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -68,7 +68,7 @@ a_s_fstab_fs1 = 'The filesystem that was used to format the memory (<abbr title= a_s_fstab_swap1 = 'If your physical memory is insufficient unused data can be temporarily swapped to a swap-device resulting in a higher amount of usable <abbr title="Random Access Memory">RAM</abbr>. Be aware that swapping data is a very slow process as the swap-device cannot be accessed with the high datarates of the <abbr title="Random Access Memory">RAM</abbr>.' a_s_flash_flashed = 'Firmware successfully flashed. Rebooting device...' a_s_flash_flasherr = 'Failed to flash' -a_s_flash_fwimage = 'Firmwareimage' +a_s_flash_fwimage = 'Firmware image' a_s_flash_received = 'Image received. About to start flashing process. DO NOT POWER OFF THE DEVICE!' a_s_flash_inprogress = 'Writing firmware...' a_s_flash_fwupgrade = 'Flash Firmware' diff --git a/i18n/english/luasrc/i18n/admin-core.en.xml b/i18n/english/luasrc/i18n/admin-core.en.xml index 155a5f3ea..255bd5d8e 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.xml +++ b/i18n/english/luasrc/i18n/admin-core.en.xml @@ -72,7 +72,7 @@ <i18n:msg xml:id="a_s_fstab_swap1">If your physical memory is insufficient unused data can be temporarily swapped to a swap-device resulting in a higher amount of usable <abbr title="Random Access Memory">RAM</abbr>. Be aware that swapping data is a very slow process as the swap-device cannot be accessed with the high datarates of the <abbr title="Random Access Memory">RAM</abbr>.</i18n:msg> <i18n:msg xml:id="a_s_flash_flashed">Firmware successfully flashed. Rebooting device...</i18n:msg> <i18n:msg xml:id="a_s_flash_flasherr">Failed to flash</i18n:msg> -<i18n:msg xml:id="a_s_flash_fwimage">Firmwareimage</i18n:msg> +<i18n:msg xml:id="a_s_flash_fwimage">Firmware image</i18n:msg> <i18n:msg xml:id="a_s_flash_received">Image received. About to start flashing process. DO NOT POWER OFF THE DEVICE!</i18n:msg> <i18n:msg xml:id="a_s_flash_inprogress">Writing firmware...</i18n:msg> <i18n:msg xml:id="a_s_flash_fwupgrade">Flash Firmware</i18n:msg> |