From e33b0646350d2ab7f69d704f23da4759e9bef106 Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 3 Dec 2003 12:30:11 +0000 Subject: [PATCH] another spelling mistake (recommAnded) git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3248 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index 1e4020d2..bca82570 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -1265,7 +1265,7 @@ Function PageReinstall new_version: - !insertmacro MUI_INSTALLOPTIONS_WRITE "makensis.ini" "Field 1" "Text" "A older version of NSIS is installed on your system. It's recommanded that you uninstall the current version before installing. Select the operation you want to perform and click Next to continue." + !insertmacro MUI_INSTALLOPTIONS_WRITE "makensis.ini" "Field 1" "Text" "A older version of NSIS is installed on your system. It's recommended that you uninstall the current version before installing. Select the operation you want to perform and click Next to continue." !insertmacro MUI_INSTALLOPTIONS_WRITE "makensis.ini" "Field 2" "Text" "Uninstall before installing" !insertmacro MUI_INSTALLOPTIONS_WRITE "makensis.ini" "Field 3" "Text" "Do not uninstall" !insertmacro MUI_HEADER_TEXT "Already Installed" "Choose how you want to install NSIS." @@ -1274,7 +1274,7 @@ Function PageReinstall older_version: - !insertmacro MUI_INSTALLOPTIONS_WRITE "makensis.ini" "Field 1" "Text" "A newer version of NSIS is already installed! It is not recommanded that you install an older version. If you really want to install this older version, it's better to uninstall the current version first. Select the operation you want to perform and click Next to continue." + !insertmacro MUI_INSTALLOPTIONS_WRITE "makensis.ini" "Field 1" "Text" "A newer version of NSIS is already installed! It is not recommended that you install an older version. If you really want to install this older version, it's better to uninstall the current version first. Select the operation you want to perform and click Next to continue." !insertmacro MUI_INSTALLOPTIONS_WRITE "makensis.ini" "Field 2" "Text" "Uninstall before installing" !insertmacro MUI_INSTALLOPTIONS_WRITE "makensis.ini" "Field 3" "Text" "Do not uninstall" !insertmacro MUI_HEADER_TEXT "Already Installed" "Choose how you want to install NSIS."