From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo-Andres Hofmann To: development@lists.ipfire.org Subject: [PATCH] qos.cgi: Fix missing translation Date: Fri, 16 Jul 2021 10:56:07 +0200 Message-ID: <20210716085607.190-1-hofmann@leo-andres.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4858270582537541287==" List-Id: --===============4858270582537541287== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Fixes: #12443 Signed-off-by: Leo-Andres Hofmann --- html/cgi-bin/qos.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/qos.cgi b/html/cgi-bin/qos.cgi index fa566b523..c45e24992 100644 --- a/html/cgi-bin/qos.cgi +++ b/html/cgi-bin/qos.cgi @@ -360,7 +360,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 = ; -- 2.27.0.windows.1 --===============4858270582537541287==--