summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dump_states.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-08-11 15:49:24 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-08-11 15:49:24 -0300
commit673ee31440644fcfed7958a56c7cb231cc420a5f (patch)
tree34c96e07646a5de275e765e3675e90259e361697 /usr/local/www/diag_dump_states.php
parentad3bca61c7acc92acb90f62b4b11e3867f398b42 (diff)
downloadpfsense-673ee31440644fcfed7958a56c7cb231cc420a5f.zip
pfsense-673ee31440644fcfed7958a56c7cb231cc420a5f.tar.gz
gettext() fixes on 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 a98b943..108f138 100755
--- a/usr/local/www/diag_dump_states.php
+++ b/usr/local/www/diag_dump_states.php
@@ -132,9 +132,9 @@ include("head.inc");
<form action="<?=$_SERVER['SCRIPT_NAME'];?>" method="get">
<table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
- <td><?=gettext("Current state count");?>: <?=$current_statecount?></td>
+ <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