summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-03-06 19:11:28 -0500
committerjim-p <jimp@pfsense.org>2013-03-06 19:11:28 -0500
commit2158b1cef072e0f89fa0120fe6b57e4921480ab4 (patch)
tree83600ca4b0a3ca3e308be9eb2baa8252e63ea352 /usr
parent386963d5135b7fa123c05d76254fafa6777330fb (diff)
downloadpfsense-2158b1cef072e0f89fa0120fe6b57e4921480ab4.zip
pfsense-2158b1cef072e0f89fa0120fe6b57e4921480ab4.tar.gz
Fix gettext/link
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/diag_packet_capture.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_packet_capture.php b/usr/local/www/diag_packet_capture.php
index ac104c6..9c5342a 100644
--- a/usr/local/www/diag_packet_capture.php
+++ b/usr/local/www/diag_packet_capture.php
@@ -201,7 +201,7 @@ include("fbegin.inc");
</td>
<td width="51%" class="vtable">
<input name="promiscuous" type="checkbox"<?php if($_POST['promiscuous']) echo " CHECKED"; ?>>
- <br/><?=gettext("This check box will cause the <a target=FreeBSD href=http://www.freebsd.org/cgi/man.cgi?query=tcpdump&apropos=0&sektion=0&manpath=FreeBSD+8.3-stable&arch=default&format=html>packet capture</a> to perform in promiscuous mode.");?>
+ <br/><?=gettext("This check box will cause the");?> <a target="_blank" href="http://www.freebsd.org/cgi/man.cgi?query=tcpdump&amp;apropos=0&amp;sektion=0&amp;manpath=FreeBSD+8.3-stable&amp;arch=default&amp;format=html"><?= gettext("packet capture")?></a> <?= gettext("to perform in promiscuous mode.");?>
<br/><b><?=gettext("Note");?>: </b><?=gettext("Some NIC's do not support or work well in promiscuous mode.");?>
</td>
</tr>
OpenPOWER on IntegriCloud