Fix typo in 'de.pl'

Message ID 20210405122800.1948-1-matthias.fischer@ipfire.org
State Accepted
Headers
Series Fix typo in 'de.pl' |

Commit Message

Matthias Fischer April 5, 2021, 12:28 p.m. UTC
  Triggered by:
https://community.ipfire.org/t/where-can-i-place-a-ticket-with-an-error-in-the-german-wui/5104

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 langs/de/cgi-bin/de.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Peter Müller April 5, 2021, 12:36 p.m. UTC | #1
Hello Matthias,

that one reminds me of some speeches given by ex-chancellor Kohl... :-)

Reviewed-by: Peter Müller <peter.mueller@ipfire.org>

Thanks, and best regards,
Peter Müller


> Triggered by:
> https://community.ipfire.org/t/where-can-i-place-a-ticket-with-an-error-in-the-german-wui/5104
> 
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
>  langs/de/cgi-bin/de.pl | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl
> index 191c778d2..737ddf01d 100644
> --- a/langs/de/cgi-bin/de.pl
> +++ b/langs/de/cgi-bin/de.pl
> @@ -2436,7 +2436,7 @@
>  'tor traffic read written' => 'Gesamter Traffic (empfangen/gesendet)',
>  'tor use exit nodes' => 'Nur diese Exitknoten benutzen (ein Fingerabdruck pro Zeile)',
>  'tor use guard nodes' => 'Nur diese Guardknoten benutzen (ein Fingerabdruck pro Zeile)',
> -'total connection time' => 'Gesammte Verbindungszeit',
> +'total connection time' => 'Gesamte Verbindungszeit',
>  'total hits for log section' => 'Gesamte Treffer für Protokollsektion',
>  'traffic back' => 'Zurück',
>  'traffic calc time' => 'Berechnungszeitpunkt',
>
  

Patch

diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl
index 191c778d2..737ddf01d 100644
--- a/langs/de/cgi-bin/de.pl
+++ b/langs/de/cgi-bin/de.pl
@@ -2436,7 +2436,7 @@ 
 'tor traffic read written' => 'Gesamter Traffic (empfangen/gesendet)',
 'tor use exit nodes' => 'Nur diese Exitknoten benutzen (ein Fingerabdruck pro Zeile)',
 'tor use guard nodes' => 'Nur diese Guardknoten benutzen (ein Fingerabdruck pro Zeile)',
-'total connection time' => 'Gesammte Verbindungszeit',
+'total connection time' => 'Gesamte Verbindungszeit',
 'total hits for log section' => 'Gesamte Treffer für Protokollsektion',
 'traffic back' => 'Zurück',
 'traffic calc time' => 'Berechnungszeitpunkt',