summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_ping.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-12 10:28:03 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-12 10:28:03 -0300
commit36678039345d3f61ea658ca728c0f226e609b70b (patch)
tree73277d31db59096c88f12123fff2ed61768026a3 /usr/local/www/diag_ping.php
parent486c214d8325268cda4ed1ade460f37eb8f31bc1 (diff)
downloadpfsense-36678039345d3f61ea658ca728c0f226e609b70b.zip
pfsense-36678039345d3f61ea658ca728c0f226e609b70b.tar.gz
Checked gettext() implementation on diag_ping.php
Diffstat (limited to 'usr/local/www/diag_ping.php')
-rwxr-xr-xusr/local/www/diag_ping.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/diag_ping.php b/usr/local/www/diag_ping.php
index 956ca36..489cab6 100755
--- a/usr/local/www/diag_ping.php
+++ b/usr/local/www/diag_ping.php
@@ -40,7 +40,7 @@
##|*MATCH=diag_ping.php*
##|-PRIV
-$pgtitle = array(gettext("Diagnostics"), "Ping");
+$pgtitle = array(gettext("Diagnostics"), gettext("Ping"));
require("guiconfig.inc");
define('MAX_COUNT', 10);
@@ -82,10 +82,10 @@ include("head.inc"); ?>
<form action="diag_ping.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
- <td colspan="2" valign="top" class="listtopic">Ping</td>
+ <td colspan="2" valign="top" class="listtopic"><?=gettext("Ping"); ?></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncellreq"><?=gettext("Host"); ?>></td>
+ <td width="22%" valign="top" class="vncellreq"><?=gettext("Host"); ?></td>
<td width="78%" class="vtable">
<?=$mandfldhtml;?><input name="host" type="text" class="formfld" id="host" size="20" value="<?=htmlspecialchars($host);?>"></td>
</tr>
OpenPOWER on IntegriCloud