From 43fc2ac8abae88e156d7ce7d1c40e110c41c1c52 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 20 Jul 2012 12:31:58 +0000 Subject: [PATCH] Win Installer: typo git-svn-id: trunk@37983 - --- tools/install/win/lazarus.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install/win/lazarus.iss b/tools/install/win/lazarus.iss index 9614964fc6..8791be8a0e 100644 --- a/tools/install/win/lazarus.iss +++ b/tools/install/win/lazarus.iss @@ -335,7 +335,7 @@ begin end else begin - MsgBox('You are about to install multiply copies of Lazarus. This may lead to conflicts, if they use the same configuration directory. Please ensure the correct setup after the installation finished', mbInformation, MB_OK); + MsgBox('You are about to install multiple copies of Lazarus. This may lead to conflicts, if they use the same configuration directory. Please ensure the correct setup after the installation finished', mbInformation, MB_OK); end; end;