summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dump_states.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-07-12 12:58:21 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-07-12 12:58:21 -0300
commit76d18abc7d5b713b93f60e771e4fe93b7afdfcbe (patch)
tree91c961291c488f82aa53df0b96bf36779b41d0aa /usr/local/www/diag_dump_states.php
parent593de5c894b0235aa89a78214558f9789ad1d108 (diff)
parent0ddddb7a8bf62131e243d9c970a6b39f6ee96d65 (diff)
downloadpfsense-76d18abc7d5b713b93f60e771e4fe93b7afdfcbe.zip
pfsense-76d18abc7d5b713b93f60e771e4fe93b7afdfcbe.tar.gz
Merge remote branch 'mainline/master'
Conflicts: usr/local/www/diag_backup.php usr/local/www/diag_dns.php usr/local/www/diag_ipsec_sad.php usr/local/www/diag_logs_vpn.php usr/local/www/diag_ping.php usr/local/www/diag_pkglogs.php usr/local/www/diag_showbogons.php usr/local/www/diag_states_summary.php usr/local/www/diag_traceroute.php
Diffstat (limited to 'usr/local/www/diag_dump_states.php')
-rwxr-xr-xusr/local/www/diag_dump_states.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_dump_states.php b/usr/local/www/diag_dump_states.php
index c3818f6..50cdb32 100755
--- a/usr/local/www/diag_dump_states.php
+++ b/usr/local/www/diag_dump_states.php
@@ -64,7 +64,7 @@ else {
exec("/sbin/pfctl -s state", $states);
}
-$pgtitle = array("Diagnostics","Show States");
+$pgtitle = array(gettext("Diagnostics"),gettext("Show States"));
include("head.inc");
?>
@@ -134,7 +134,7 @@ include("head.inc");
<tr>
<td>Current state count: <?=$current_statecount?></td>
<td style="font-weight:bold;" align="right">
- <?=gettext("Filter expression:");?>
+ <?=gettext("Filter expression");?>:
<input type="text" name="filter" class="formfld search" value="<?=$_GET['filter'];?>" size="30" />
<input type="submit" class="formbtn" value="<?=gettext("Filter");?>" />
<td>
OpenPOWER on IntegriCloud