summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorMcB <mcb@crystal.makkbe.net>2015-02-03 20:25:30 +0100
committerMcB <mcb@crystal.makkbe.net>2015-02-03 20:25:30 +0100
commitf8b5f41d7a12d36dba6851ce252cdc7fc6a70582 (patch)
treebf69ecd4ef8cf8bb728a0ed901da7538f65e9ed3 /usr/local/www
parent68fde79cb5cc397315a45ddee41f88b12a04b28f (diff)
parentd7f4c1a42def0b2db12db56c11a6d1949129122d (diff)
downloadpfsense-f8b5f41d7a12d36dba6851ce252cdc7fc6a70582.zip
pfsense-f8b5f41d7a12d36dba6851ce252cdc7fc6a70582.tar.gz
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'usr/local/www')
-rw-r--r--usr/local/www/vpn_ipsec_phase1.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/vpn_ipsec_phase1.php b/usr/local/www/vpn_ipsec_phase1.php
index 8738038..e7c5cdb 100644
--- a/usr/local/www/vpn_ipsec_phase1.php
+++ b/usr/local/www/vpn_ipsec_phase1.php
@@ -902,10 +902,10 @@ function dpdchkbox_change() {
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell"><?=gettext("Only repsonder");?></td>
+ <td width="22%" valign="top" class="vncell"><?=gettext("Responder Only");?></td>
<td width="78%" class="vtable">
<input name="responderonly" type="checkbox" id="responderonly" value="yes" <?php if (isset($pconfig['responderonly'])) echo "checked=\"checked\""; ?> />
- <?=gettext("Whether a connection should be passive on a connection and just wait connectivity from the other peer.."); ?><br />
+ <?=gettext("Enable this option to never initiate this connection from this side, only respond to incoming requests."); ?><br />
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud