diff options
author | Phil Davis <phil.davis@inf.org> | 2014-10-05 08:23:53 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2014-10-05 08:23:53 +0545 |
commit | 7639f0b05bdd93a48ba76f14e1c67587f0861934 (patch) | |
tree | ced096c11ece521bab9c7bc9a0f549a07d66c8f6 /config/openvpn-client-export | |
parent | e833a25bf0cc4278fade620e4b78f385f744e4e1 (diff) | |
download | pfsense-packages-7639f0b05bdd93a48ba76f14e1c67587f0861934.tar.gz pfsense-packages-7639f0b05bdd93a48ba76f14e1c67587f0861934.tar.bz2 pfsense-packages-7639f0b05bdd93a48ba76f14e1c67587f0861934.zip |
Typos in OpenVPN Manager installer welcome screen
Diffstat (limited to 'config/openvpn-client-export')
-rw-r--r-- | config/openvpn-client-export/source/openvpn-postinstall64.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |