diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-10-05 12:01:57 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-10-05 12:01:57 -0300 |
commit | e7fc39212e4b7e5b84b6d4ce7fc679742641ce4b (patch) | |
tree | 64560aaa3d6d62bccb5088f1b3cf36ef75d636e6 /config/openvpn-client-export/source | |
parent | ebbddd6a640c6bd0be8b89c9b3af7903550803ac (diff) | |
parent | a591752c86655a5681a5bd5c89f704584372aaf7 (diff) | |
download | pfsense-packages-e7fc39212e4b7e5b84b6d4ce7fc679742641ce4b.tar.gz pfsense-packages-e7fc39212e4b7e5b84b6d4ce7fc679742641ce4b.tar.bz2 pfsense-packages-e7fc39212e4b7e5b84b6d4ce7fc679742641ce4b.zip |
Merge pull request #713 from phil-davis/patch-1
Diffstat (limited to 'config/openvpn-client-export/source')
-rwxr-xr-x | config/openvpn-client-export/source/openvpn-postinstall.nsi | 2 | ||||
-rw-r--r-- | config/openvpn-client-export/source/openvpn-postinstall64.nsi | 2 |
2 files changed, 2 insertions, 2 deletions
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 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 |