From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] qos.cgi: Fix missing translation Date: Fri, 16 Jul 2021 11:49:50 +0100 Message-ID: In-Reply-To: <20210716085607.190-1-hofmann@leo-andres.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4935570209602489137==" List-Id: --===============4935570209602489137== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thank you. Good spot. Reviewed-by: Michael Tremer > On 16 Jul 2021, at 09:56, Leo-Andres Hofmann wrot= e: >=20 > Fixes: #12443 >=20 > Signed-off-by: Leo-Andres Hofmann > --- > html/cgi-bin/qos.cgi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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 =3D ; > --=20 > 2.27.0.windows.1 >=20 --===============4935570209602489137==--