mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
qos.cgi: Fix missing translation
Fixes: #12443 Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de> Reviewed-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
09c3db1cff
commit
fc81e493b1
@@ -351,7 +351,7 @@ END
|
|||||||
;
|
;
|
||||||
close FILE;
|
close FILE;
|
||||||
}
|
}
|
||||||
elsif ($qossettings{'DOTOS'} eq 'Loeschen')
|
elsif ($qossettings{'DOTOS'} eq $Lang::tr{'delete'})
|
||||||
{
|
{
|
||||||
open( FILE, "< $tosfile" ) or die "Unable to read $tosfile";
|
open( FILE, "< $tosfile" ) or die "Unable to read $tosfile";
|
||||||
@tosrules = <FILE>;
|
@tosrules = <FILE>;
|
||||||
|
|||||||
Reference in New Issue
Block a user