lang: Fix typo in "Writen Bytes" and fix grammar

Message ID 20200103171232.25000-1-michael.tremer@ipfire.org
State Accepted
Commit 2f4d1ecb9aa6f585abd85db557193f0dce682b55
Headers
Series lang: Fix typo in "Writen Bytes" and fix grammar |

Commit Message

Michael Tremer Jan. 3, 2020, 5:12 p.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 doc/language_issues.en | 4 ++--
 langs/en/cgi-bin/en.pl | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
  

Patch

diff --git a/doc/language_issues.en b/doc/language_issues.en
index 475261493..885e85d75 100644
--- a/doc/language_issues.en
+++ b/doc/language_issues.en
@@ -1522,7 +1522,7 @@  WARNING: untranslated string: quick playlist = Quick Playlist
 WARNING: untranslated string: ram = RAM
 WARNING: untranslated string: random number generator daemon = Random Number Generator Daemon
 WARNING: untranslated string: rdns = rDNS
-WARNING: untranslated string: read bytes = Read Bytes
+WARNING: untranslated string: read bytes = Bytes Read
 WARNING: untranslated string: read list = list with readonly hosts
 WARNING: untranslated string: real address = Real Address
 WARNING: untranslated string: reboot = Reboot
@@ -2204,7 +2204,7 @@  WARNING: untranslated string: wlanap wlan settings = WLan Settings
 WARNING: untranslated string: wlanap wlan status = WLan Status
 WARNING: untranslated string: wol wakeup = WakeUp
 WARNING: untranslated string: workgroup = Workgroup
-WARNING: untranslated string: written bytes = Writen Bytes
+WARNING: untranslated string: written bytes = Bytes Written
 WARNING: untranslated string: year = Year
 WARNING: untranslated string: yes = Yes
 WARNING: untranslated string: you can only define one roadwarrior connection when using pre-shared key authentication = You can only define one Roadwarrior connection when using pre-shared key authentication.<br />Either you already have a Roadwarrior connection with pre-shared key authentication, or you're trying to add one now.
diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
index b40ef9390..0d30595b3 100644
--- a/langs/en/cgi-bin/en.pl
+++ b/langs/en/cgi-bin/en.pl
@@ -2070,7 +2070,7 @@ 
 'ram' => 'RAM',
 'random number generator daemon' => 'Random Number Generator Daemon',
 'rdns' => 'rDNS',
-'read bytes' => 'Read Bytes',
+'read bytes' => 'Bytes Read',
 'read list' => 'list with readonly hosts',
 'real address' => 'Real Address',
 'reboot' => 'Reboot',
@@ -2940,7 +2940,7 @@ 
 'wlanap wlan status' => 'WLan Status',
 'wol wakeup' => 'WakeUp',
 'workgroup' => 'Workgroup',
-'written bytes' => 'Writen Bytes',
+'written bytes' => 'Bytes Written',
 'xtaccess all error' => 'You cannot set an external access to ALL, that is done in the port forwarding record.',
 'xtaccess bad transfert' => 'If you specify a port destination range, the source range must be identical !',
 'year' => 'Year',