summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dump_states.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-06-29 20:08:32 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-06-29 20:08:32 -0300
commit9733b7bb2ea23168a88ac5d99768860efc1f185b (patch)
treed5768e773224b9adbc8cb4557e42ce4164e9c5f9 /usr/local/www/diag_dump_states.php
parent0912848815bfb63c7829dc6c6d7f494fcf67cc1d (diff)
downloadpfsense-9733b7bb2ea23168a88ac5d99768860efc1f185b.zip
pfsense-9733b7bb2ea23168a88ac5d99768860efc1f185b.tar.gz
Fixing gettext implementation at diag_dump_states.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 7e223c8..a98b943 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><?=gettext("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