summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_traceroute.php
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2011-06-28 16:22:49 +0200
committerWarren Baker <warren@decoy.co.za>2011-06-28 16:22:49 +0200
commit9ed6c9ac73a7610dbc90e063ba665cd9aa569279 (patch)
treefb6120f18e88bf7320b6c3fe033fe8079de3b6ce /usr/local/www/diag_traceroute.php
parent03d7297b79edb65b79a76c9ea56db793bd5bbf94 (diff)
downloadpfsense-9ed6c9ac73a7610dbc90e063ba665cd9aa569279.zip
pfsense-9ed6c9ac73a7610dbc90e063ba665cd9aa569279.tar.gz
Make text cosmetics consistent and close off missing <span/> tag.
Diffstat (limited to 'usr/local/www/diag_traceroute.php')
-rwxr-xr-xusr/local/www/diag_traceroute.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_traceroute.php b/usr/local/www/diag_traceroute.php
index 6c9df57..91736df 100755
--- a/usr/local/www/diag_traceroute.php
+++ b/usr/local/www/diag_traceroute.php
@@ -114,7 +114,7 @@ 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.");?></span><p>
<? if ($do_traceroute) {
echo "<font face='terminal' size='2'>";
echo("<br><strong>" . gettext("Traceroute output:") . "</strong><br>");
@@ -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><?=gettext("Multi-wan is not supported from this utility currently.");?></span>
</td>
</tr>
</table>
OpenPOWER on IntegriCloud