From 80c8c38055f3736157a2283ee5ed8a656ec48b96 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 6 Feb 2004 18:19:51 +0000 Subject: [PATCH] typo git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3471 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/silent.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/silent.nsi b/Examples/silent.nsi index 14423f4f..e441025a 100644 --- a/Examples/silent.nsi +++ b/Examples/silent.nsi @@ -49,7 +49,7 @@ Section # this will always show on silent installers because ignore is the option automatically # selected when a file can't be opened for writing on a silent installer - MessageBox MB_OK|MB_ICONINFORMATION "This message box always if the installer is silent" + MessageBox MB_OK|MB_ICONINFORMATION "This message box always shows if the installer is silent" AllowSkipFiles off