summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_traceroute.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-06-29 21:18:40 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-06-29 21:18:40 -0300
commit42f9d20f1eb4c105b9bf20fdc94896f61a7212d1 (patch)
tree290bc36b761c8c3cb9f82574f7ef66682f1f5559 /usr/local/www/diag_traceroute.php
parent9049e088829e7c3c5a1783c9e5ca47c7fdfdf7e2 (diff)
downloadpfsense-42f9d20f1eb4c105b9bf20fdc94896f61a7212d1.zip
pfsense-42f9d20f1eb4c105b9bf20fdc94896f61a7212d1.tar.gz
Fixing string syntax
Diffstat (limited to 'usr/local/www/diag_traceroute.php')
-rwxr-xr-xusr/local/www/diag_traceroute.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_traceroute.php b/usr/local/www/diag_traceroute.php
index 8012ae3..62b42e5 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.");?><p>
<? if ($do_traceroute) {
echo "<font face='terminal' size='2'>";
echo("<br><strong>Traceroute output:</strong><br>");
OpenPOWER on IntegriCloud