From: Peter Müller Date: Fri, 24 Nov 2017 19:39:34 +0000 (+0100) Subject: translate 'firewall hits' at netother.cgi X-Git-Tag: v2.19-core117~1^2~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d49f6fdca9e4a52ad32bf45033ec0d6afd7d460b;p=ipfire-2.x.git translate 'firewall hits' at netother.cgi Also translate 'firewall hits' at the network status (other) page in WebUI. Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/netother.cgi b/html/cgi-bin/netother.cgi index 1809abfdab..dde1b603a9 100644 --- a/html/cgi-bin/netother.cgi +++ b/html/cgi-bin/netother.cgi @@ -67,7 +67,7 @@ if ( $querry[0] =~ "fwhits"){ &Header::closebox(); } - &Header::openbox('100%', 'center', "Firewall Hits $Lang::tr{'graph'}"); + &Header::openbox('100%', 'center', "$Lang::tr{'firewallhits'} $Lang::tr{'graph'}"); &Graphs::makegraphbox("netother.cgi","fwhits","day"); &Header::closebox();