From: Leo-Andres Hofmann Date: Fri, 16 Jul 2021 08:56:07 +0000 (+0200) Subject: qos.cgi: Fix missing translation X-Git-Tag: v2.27-core160~92 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc81e493b14d545893856d5bcba11d538a8ae16c;p=ipfire-2.x.git qos.cgi: Fix missing translation Fixes: #12443 Signed-off-by: Leo-Andres Hofmann Reviewed-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- diff --git a/html/cgi-bin/qos.cgi b/html/cgi-bin/qos.cgi index 1a0354ed01..af41b8d2bd 100644 --- a/html/cgi-bin/qos.cgi +++ b/html/cgi-bin/qos.cgi @@ -351,7 +351,7 @@ END ; close FILE; } -elsif ($qossettings{'DOTOS'} eq 'Loeschen') +elsif ($qossettings{'DOTOS'} eq $Lang::tr{'delete'}) { open( FILE, "< $tosfile" ) or die "Unable to read $tosfile"; @tosrules = ;