Also translate 'firewall hits' at the network status (other) page in WebUI.
Signed-off-by: Peter Müller peter.mueller@link38.eu --- html/cgi-bin/netother.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/cgi-bin/netother.cgi b/html/cgi-bin/netother.cgi index 1809abfda..dde1b603a 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();