From e833a25bf0cc4278fade620e4b78f385f744e4e1 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sun, 5 Oct 2014 08:19:24 +0545 Subject: Typos in OpenVPN Manager installer welcome screen --- config/openvpn-client-export/source/openvpn-postinstall.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/openvpn-client-export/source/openvpn-postinstall.nsi b/config/openvpn-client-export/source/openvpn-postinstall.nsi index fb4356e0..70057f6d 100755 --- a/config/openvpn-client-export/source/openvpn-postinstall.nsi +++ b/config/openvpn-client-export/source/openvpn-postinstall.nsi @@ -37,7 +37,7 @@ Var /GLOBAL mui.FinishPage.Run !define WELCOME_TITLE 'Welcome to OpenVPN installer.' !define WELCOME_TEXT "This wizard will guide you through the installation of the OpenVPN client and configuration.$\r$\n$\r$\n\ -This wil automaticaly install the configuration files needed for your connection. \ +This will automatically install the configuration files needed for your connection. \ And if needed install the required DotNet2 framework." !define MUI_WELCOMEPAGE_TITLE '${WELCOME_TITLE}' ;!define MUI_WELCOMEPAGE_TITLE_3LINES -- cgit v1.2.3 From 7639f0b05bdd93a48ba76f14e1c67587f0861934 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sun, 5 Oct 2014 08:23:53 +0545 Subject: Typos in OpenVPN Manager installer welcome screen --- config/openvpn-client-export/source/openvpn-postinstall64.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/openvpn-client-export/source/openvpn-postinstall64.nsi b/config/openvpn-client-export/source/openvpn-postinstall64.nsi index b962ddff..720ab663 100644 --- a/config/openvpn-client-export/source/openvpn-postinstall64.nsi +++ b/config/openvpn-client-export/source/openvpn-postinstall64.nsi @@ -38,7 +38,7 @@ Var /GLOBAL mui.FinishPage.Run !define WELCOME_TITLE 'Welcome to OpenVPN installer.' !define WELCOME_TEXT "This wizard will guide you through the installation of the OpenVPN client and configuration.$\r$\n$\r$\n\ -This wil automaticaly install the configuration files needed for your connection. \ +This will automatically install the configuration files needed for your connection. \ And if needed install the required DotNet2 framework." !define MUI_WELCOMEPAGE_TITLE '${WELCOME_TITLE}' ;!define MUI_WELCOMEPAGE_TITLE_3LINES -- cgit v1.2.3 From 9416837172e7d206b7302836a551d645c9eb79b4 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sun, 5 Oct 2014 08:26:20 +0545 Subject: Text typos --- config/openvpn-client-export/readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/openvpn-client-export/readme.txt b/config/openvpn-client-export/readme.txt index 071b6d59..b9310283 100755 --- a/config/openvpn-client-export/readme.txt +++ b/config/openvpn-client-export/readme.txt @@ -2,7 +2,7 @@ pfSense OpenVPN Client Export Package ------------------------------------- This package includes a webConfigurator interface that allows for easy -expory of user based OpenVPN configurations and pre-configured windows +export of user based OpenVPN configurations and pre-configured windows installer packages. Contents @@ -34,7 +34,7 @@ root package directory using the following command ... tar zcvf openvpn-client-export.tgz client-export -With the archive created, you will have three relevent files in the +With the archive created, you will have three relevant files in the root package directory ... openvpn-client-export.inc -- cgit v1.2.3 From 7b7d7bb19d6d06f4bd9941c6223bfe347419ca71 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sun, 5 Oct 2014 08:39:03 +0545 Subject: Text typo --- config/openvpn-client-export/vpn_openvpn_export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/openvpn-client-export/vpn_openvpn_export.php b/config/openvpn-client-export/vpn_openvpn_export.php index 086c2a52..6a8c9358 100755 --- a/config/openvpn-client-export/vpn_openvpn_export.php +++ b/config/openvpn-client-export/vpn_openvpn_export.php @@ -362,7 +362,7 @@ function download_begin(act, i, j) { var proxyconf = document.getElementById("proxyconf").value; if (useproxypass) { if (!proxyuser) { - alert("Please fill the proxy username and passowrd."); + alert("Please fill the proxy username and password."); return; } if (!proxypass || !proxyconf) { -- cgit v1.2.3 From a591752c86655a5681a5bd5c89f704584372aaf7 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sun, 5 Oct 2014 08:43:52 +0545 Subject: Text typos --- config/openvpn-client-export/vpn_openvpn_export_shared.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/openvpn-client-export/vpn_openvpn_export_shared.php b/config/openvpn-client-export/vpn_openvpn_export_shared.php index da77870a..26efc1ed 100644 --- a/config/openvpn-client-export/vpn_openvpn_export_shared.php +++ b/config/openvpn-client-export/vpn_openvpn_export_shared.php @@ -1,6 +1,6 @@