summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_misc.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-06-28 11:19:08 -0400
committerjim-p <jimp@pfsense.org>2011-06-28 11:20:06 -0400
commite8c8891d0c787f656bc5147b4fac21f3e2746b8a (patch)
tree3aea5dcb3622e4b28a0d92ccb216aadcc50e2392 /usr/local/www/system_advanced_misc.php
parent9ed6c9ac73a7610dbc90e063ba665cd9aa569279 (diff)
downloadpfsense-e8c8891d0c787f656bc5147b4fac21f3e2746b8a.zip
pfsense-e8c8891d0c787f656bc5147b4fac21f3e2746b8a.tar.gz
Fix typo
Diffstat (limited to 'usr/local/www/system_advanced_misc.php')
-rw-r--r--usr/local/www/system_advanced_misc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_misc.php b/usr/local/www/system_advanced_misc.php
index 2264365..c31bc92 100644
--- a/usr/local/www/system_advanced_misc.php
+++ b/usr/local/www/system_advanced_misc.php
@@ -339,7 +339,7 @@ function maxmss_checked(obj) {
<td colspan="2" valign="top" class="listtopic"><?=gettext("IP Security"); ?></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell"><?=gettext("Security Assocications"); ?></td>
+ <td width="22%" valign="top" class="vncell"><?=gettext("Security Associations"); ?></td>
<td width="78%" class="vtable">
<input name="preferoldsa_enable" type="checkbox" id="preferoldsa_enable" value="yes" <?php if ($pconfig['preferoldsa_enable']) echo "checked"; ?> />
<strong><?=gettext("Prefer older IPsec SAs"); ?></strong>
OpenPOWER on IntegriCloud