summaryrefslogtreecommitdiffstats
path: root/src/usr/local
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 /src/usr/local
parentba84d2fc4000c6d4d0066158b97d718d1ef9d5ac (diff)
downloadpfsense-f680e46cbc1a4412a3500e5381e57d61b4f31a5c.zip
pfsense-f680e46cbc1a4412a3500e5381e57d61b4f31a5c.tar.gz
Fix typo, LT2P->L2TP
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/share/locale/en/LC_MESSAGES/pfSense.pot2
-rw-r--r--src/usr/local/www/vpn_l2tp.php2
2 files changed, 2 insertions, 2 deletions
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