Firewall: fixed untranslated Strings

This commit is contained in:
Alexander Marx
2013-10-29 08:34:42 +01:00
parent 85860aff26
commit daf400fa4d
3 changed files with 6 additions and 2 deletions

View File

@@ -2370,7 +2370,7 @@ sub viewtablenew
<b>$Lang::tr{'fwdfw source'}</b>
</th>
<th align='center'>
Log <!-- XXX UNTRANSLATED STRING -->
<b>$Lang::tr{'fwdfw log'}</b>
</th>
<th align='center' width='30%'>
<b>$Lang::tr{'fwdfw target'}</b>
@@ -2493,7 +2493,7 @@ END
&getcolor($$hash{$key}[3],$$hash{$key}[4],\%customhost);
print"<td align='center' width='30%' $tdcolor>";
if ($$hash{$key}[3] eq 'ipfire_src'){
$ipfireiface='Interface '; # XXX UNTRANSLATED STRING
$ipfireiface=$Lang::tr{'fwdfw iface'};
}
if ($$hash{$key}[3] eq 'std_net_src'){
print &get_name($$hash{$key}[4]);