From 543e018587648155ee62f366e342b8c742793d71 Mon Sep 17 00:00:00 2001 From: rainwater Date: Thu, 29 Aug 2002 02:18:50 +0000 Subject: [PATCH] Minor install change git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@810 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index c6d24480..97870be0 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -23,7 +23,7 @@ SetFont Tahoma 8 CheckBitmap "${NSISDIR}\Contrib\Icons\modern.bmp" BrandingText /TRIMRIGHT -LicenseText "Scroll down to see the rest of the agreement." +LicenseText "Scroll down to read the rest of the license agreement:" LicenseData ..\license.txt ComponentText "This will install the Nullsoft Install System v${VER_MAJOR}.${VER_MINOR} on your computer:"