summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_traceroute.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-08-11 21:41:53 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-08-11 21:41:53 -0300
commita1cc442d05c4084809f85c9e6e9fc133b79b7b4b (patch)
treebe895242579b705eda75e34377330d67989b0c33 /usr/local/www/diag_traceroute.php
parentad57806b2fb7e3eec2f583f27d04381e291192a4 (diff)
downloadpfsense-a1cc442d05c4084809f85c9e6e9fc133b79b7b4b.zip
pfsense-a1cc442d05c4084809f85c9e6e9fc133b79b7b4b.tar.gz
gettext() fixes on diag_traceroute.php
Diffstat (limited to 'usr/local/www/diag_traceroute.php')
-rwxr-xr-xusr/local/www/diag_traceroute.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/diag_traceroute.php b/usr/local/www/diag_traceroute.php
index 62b42e5..42a3925 100755
--- a/usr/local/www/diag_traceroute.php
+++ b/usr/local/www/diag_traceroute.php
@@ -114,10 +114,10 @@ if (!isset($do_traceroute)) {
</tr>
<tr>
<td valign="top" colspan="2">
- <p><span class="vexpl"><span class="red"><b><?=gettext("Note");?>:</b></span><?=gettext("Traceroute may take a while to complete. You may hit the Stop button on your browser at any time to see the progress of failed traceroutes.");?><p>
+ <p><span class="vexpl"><span class="red"><b><?=gettext("Note:");?></b></span><?=gettext("Traceroute may take a while to complete. You may hit the Stop button on your browser at any time to see the progress of failed traceroutes.");?><p>
<? if ($do_traceroute) {
echo "<font face='terminal' size='2'>";
- echo("<br><strong>Traceroute output:</strong><br>");
+ echo("<br><strong>" . gettext("Traceroute output:") . "</strong><br>");
echo('<pre>');
ob_end_flush();
if($_REQUEST['useicmp'])
@@ -133,7 +133,7 @@ if (!isset($do_traceroute)) {
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
- <span class="vexpl"><b><?=gettext("Note");?>:</b></span><?=gettext("Multi-wan is not supported from this utility currently.");?>
+ <span class="vexpl"><b><?=gettext("Note:");?></b></span><?=gettext("Multi-wan is not supported from this utility currently.");?>
</td>
</tr>
</table>
OpenPOWER on IntegriCloud