From c0a2f95891300c230c1f0b71bf7cef7c24044b18 Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 28 Aug 2002 22:49:02 +0000 Subject: [PATCH] Typo fixed git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@806 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/languages.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/languages.nsi b/Examples/languages.nsi index ea1748e3..9c8ebb61 100644 --- a/Examples/languages.nsi +++ b/Examples/languages.nsi @@ -62,7 +62,7 @@ SectionEnd Function .onInit Push "Installer Language" ; caption - Push "Please select the language of the isntaller" ; text + Push "Please select the language of the installer" ; text Push English Push 1033 Push Dutch