summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-04-03 06:06:29 +0000
committerColin Smith <colin@pfsense.org>2005-04-03 06:06:29 +0000
commita21ff5bd9889abe7823d46fc5e1ab0be37925893 (patch)
tree9bb2754b2d7b438cea268c3cb92689f4e279d5ae
parent0ac744353f4542b81b301c0160f192e75b3f459e (diff)
downloadpfsense-a21ff5bd9889abe7823d46fc5e1ab0be37925893.zip
pfsense-a21ff5bd9889abe7823d46fc5e1ab0be37925893.tar.gz
Proofreading.
-rwxr-xr-xusr/local/www/vpn_pptp.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/vpn_pptp.php b/usr/local/www/vpn_pptp.php
index 1a98d1c..cc249a8 100755
--- a/usr/local/www/vpn_pptp.php
+++ b/usr/local/www/vpn_pptp.php
@@ -268,7 +268,7 @@ function enable_change(enable_over) {
<br>
<input name="radacct_enable" type="checkbox" id="radacct_enable" onclick="enable_change(false)" value="yes" <?php if ($pconfig['radacct_enable'] == "yes") echo "checked"; ?>>
<strong>Enable RADIUS accounting <br>
- </strong>Sends accounting packets to the RADIUS server. </p></td>
+ </strong>Send accounting packets to the RADIUS server. </p></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncell">RADIUS server </td>
@@ -295,9 +295,9 @@ function enable_change(enable_over) {
<td width="78%" class="vtable">
<input name="req128" type="checkbox" id="req128" value="yes" <?php if ($pconfig['req128'] == "yes") echo "checked"; ?>>
<strong>Require 128-bit encryption</strong><br>
- When set, 128-bit encryption will be accepted. Otherwise,
- 40-bit and 56-bit encryption will be accepted, too. Note that
- encryption will always be forced on PPTP connections (i.e.
+ When set, 128-bit encryption will be required. Otherwise
+ 40-bit and 56-bit encryption will also be accepted. Note that
+ encryption will always be forced on PPTP connections (
unencrypted connections will not be accepted).</td>
</tr>
<tr>
@@ -309,7 +309,7 @@ function enable_change(enable_over) {
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%"><span class="vexpl"><span class="red"><strong>Note:<br>
- </strong></span>don't forget to add a firewall rule to permit
+ </strong></span>Don't forget to add a firewall rule to permit
traffic from PPTP clients!</span></td>
</tr>
</table>
OpenPOWER on IntegriCloud