summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-08-02 12:57:10 -0400
committerjim-p <jimp@pfsense.org>2016-08-02 13:33:36 -0400
commitf680e46cbc1a4412a3500e5381e57d61b4f31a5c (patch)
treef468915d56267c0fd2af5046d786ba6f32f035ad
parentba84d2fc4000c6d4d0066158b97d718d1ef9d5ac (diff)
downloadpfsense-f680e46cbc1a4412a3500e5381e57d61b4f31a5c.zip
pfsense-f680e46cbc1a4412a3500e5381e57d61b4f31a5c.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 2fc1be5..81ce48f 100644
--- a/src/etc/inc/pfsense-utils.inc
+++ b/src/etc/inc/pfsense-utils.inc
@@ -2810,7 +2810,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,
@@ -2831,7 +2831,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 23c5ca0..7e54d41 100644
--- a/src/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot
+++ b/src/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot
@@ -32835,7 +32835,7 @@ msgid "Enable bypass for LAN interface IP"
msgstr ""
#: src/usr/local/www/vpn_l2tp.php:197
-msgid "Enable LT2P server"
+msgid "Enable L2TP server"
msgstr ""
#: src/usr/local/www/vpn_l2tp.php:283
diff --git a/src/usr/local/www/vpn_l2tp.php b/src/usr/local/www/vpn_l2tp.php
index 4588739..8645218 100644
--- a/src/usr/local/www/vpn_l2tp.php
+++ b/src/usr/local/www/vpn_l2tp.php
@@ -194,7 +194,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