summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-08-02 12:55:20 -0400
committerjim-p <jimp@pfsense.org>2016-08-02 12:55:45 -0400
commit160d285a754addef689c3c7236221569d2f8eea5 (patch)
tree39aea1c4b9e526b0c363765aa998ead2b0b1d010
parent77074d55bc3215854920bee5df098208e3af50d5 (diff)
downloadpfsense-160d285a754addef689c3c7236221569d2f8eea5.zip
pfsense-160d285a754addef689c3c7236221569d2f8eea5.tar.gz
Fix typo, LT2P->L2TP
-rw-r--r--src/etc/inc/pfsense-utils.inc4
-rw-r--r--src/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot2
-rw-r--r--src/usr/local/www/vpn_l2tp.php2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/etc/inc/pfsense-utils.inc b/src/etc/inc/pfsense-utils.inc
index bab8555..a061dc3 100644
--- a/src/etc/inc/pfsense-utils.inc
+++ b/src/etc/inc/pfsense-utils.inc
@@ -2842,7 +2842,7 @@ function load_mac_manufacturer_table() {
* INPUTS
* IP Address to check.
* If ignore_if is a VIP (not carp), vip array index is passed after string _virtualip
- * check_localip - if true then also check for matches with PPTP and LT2P addresses
+ * check_localip - if true then also check for matches with PPTP and L2TP addresses
* check_subnets - if true then check if the given ipaddr is contained anywhere in the subnet of any other configured IP address
* cidrprefix - the CIDR prefix (16, 20, 24, 64...) of ipaddr.
* If check_subnets is true and cidrprefix is specified,
@@ -2863,7 +2863,7 @@ function is_ipaddr_configured($ipaddr, $ignore_if = "", $check_localip = false,
* INPUTS
* IP Address to check.
* If ignore_if is a VIP (not carp), vip array index is passed after string _virtualip
- * check_localip - if true then also check for matches with PPTP and LT2P addresses
+ * check_localip - if true then also check for matches with PPTP and L2TP addresses
* check_subnets - if true then check if the given ipaddr is contained anywhere in the subnet of any other configured IP address
* cidrprefix - the CIDR prefix (16, 20, 24, 64...) of ipaddr.
* If check_subnets is true and cidrprefix is specified,
diff --git a/src/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot b/src/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot
index 095643a..c4937fb 100644
--- a/src/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot
+++ b/src/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot
@@ -32618,7 +32618,7 @@ msgid "Enable bypass for LAN interface IP"
msgstr ""
#: src/usr/local/www/vpn_l2tp.php:243
-msgid "Enable LT2P server"
+msgid "Enable L2TP server"
msgstr ""
#: src/usr/local/www/vpn_l2tp.php:329
diff --git a/src/usr/local/www/vpn_l2tp.php b/src/usr/local/www/vpn_l2tp.php
index 80ad5ad..bc80f33 100644
--- a/src/usr/local/www/vpn_l2tp.php
+++ b/src/usr/local/www/vpn_l2tp.php
@@ -226,7 +226,7 @@ $section = new Form_Section("Enable L2TP");
$section->addInput(new Form_Checkbox(
'mode',
'Enable',
- 'Enable LT2P server',
+ 'Enable L2TP server',
($pconfig['mode'] == "server"),
'server'
));
OpenPOWER on IntegriCloud