diff options
author | Phil Davis <phil.davis@inf.org> | 2014-10-05 08:19:24 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2014-10-05 08:19:24 +0545 |
commit | e833a25bf0cc4278fade620e4b78f385f744e4e1 (patch) | |
tree | 280f50cd2fba5796a83936807024b8d01576ae48 /config/openvpn-client-export | |
parent | ebbddd6a640c6bd0be8b89c9b3af7903550803ac (diff) | |
download | pfsense-packages-e833a25bf0cc4278fade620e4b78f385f744e4e1.tar.gz pfsense-packages-e833a25bf0cc4278fade620e4b78f385f744e4e1.tar.bz2 pfsense-packages-e833a25bf0cc4278fade620e4b78f385f744e4e1.zip |
Typos in OpenVPN Manager installer welcome screen
Diffstat (limited to 'config/openvpn-client-export')
-rwxr-xr-x | config/openvpn-client-export/source/openvpn-postinstall.nsi | 2 |
1 files changed, 1 insertions, 1 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 |