summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_settings.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-10-02 16:19:58 -0500
committerChris Buechler <cmb@pfsense.org>2014-10-02 16:19:58 -0500
commit3c4fc30bea7a2beaeb26db7ba1952f8f88635480 (patch)
treec6a5136125f1c143626f508ed6ce8c08e1705e62 /usr/local/www/vpn_ipsec_settings.php
parent3258d442764ca85efea93ebb96954123c952451a (diff)
downloadpfsense-3c4fc30bea7a2beaeb26db7ba1952f8f88635480.zip
pfsense-3c4fc30bea7a2beaeb26db7ba1952f8f88635480.tar.gz
get back to our standard RFC-defined capitalization of IPsec
Diffstat (limited to 'usr/local/www/vpn_ipsec_settings.php')
-rw-r--r--usr/local/www/vpn_ipsec_settings.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/vpn_ipsec_settings.php b/usr/local/www/vpn_ipsec_settings.php
index 4cd8979..ba68596 100644
--- a/usr/local/www/vpn_ipsec_settings.php
+++ b/usr/local/www/vpn_ipsec_settings.php
@@ -161,7 +161,7 @@ function maxmss_checked(obj) {
<div class="tabcont">
<table width="100%" border="0" cellpadding="6" cellspacing="0" summary="main area">
<tr>
- <td colspan="2" valign="top" class="listtopic"><?=gettext("IPSec Advanced Settings"); ?></td>
+ <td colspan="2" valign="top" class="listtopic"><?=gettext("IPsec Advanced Settings"); ?></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("LAN security associations"); ?></td>
@@ -169,7 +169,7 @@ function maxmss_checked(obj) {
<input name="noinstalllanspd" type="checkbox" id="noinstalllanspd" value="yes" <?php if ($pconfig['noinstalllanspd']) echo "checked=\"checked\""; ?> />
<strong><?=gettext("Do not install LAN SPD"); ?></strong>
<br />
- <?=gettext("By default, if IPSec is enabled negating SPD are inserted to provide protection. " .
+ <?=gettext("By default, if IPsec is enabled negating SPD are inserted to provide protection. " .
"This behaviour can be changed by enabling this setting which will prevent installing these SPDs."); ?>
</td>
</tr>
@@ -187,7 +187,7 @@ function maxmss_checked(obj) {
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("IPsec Debug"); ?></td>
<td width="78%" class="vtable">
- <strong><?=gettext("Start IPSec in debug mode based on sections selected"); ?></strong>
+ <strong><?=gettext("Start IPsec in debug mode based on sections selected"); ?></strong>
<br />
<table summary="ipsec debug">
<?php foreach ($ipsec_loglevels as $lkey => $ldescr): ?>
@@ -208,7 +208,7 @@ function maxmss_checked(obj) {
<?php endforeach; ?>
<tr style="display:none;"><td></td></tr>
</table>
- <br /><?=gettext("Launches IPSec in debug mode so that more verbose logs " .
+ <br /><?=gettext("Launches IPsec in debug mode so that more verbose logs " .
"will be generated to aid in troubleshooting."); ?>
</td>
</tr>
OpenPOWER on IntegriCloud