From d0f8339b5fcbbdef34dff773e36bf52cbdc7cc42 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 28 Sep 2008 16:59:52 +0000 Subject: [PATCH] Some enhancements in upgrade of DoliWamp --- build/exe/doliwamp/doliwamp.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/exe/doliwamp/doliwamp.iss b/build/exe/doliwamp/doliwamp.iss index afadfbd2d29..208ede24243 100644 --- a/build/exe/doliwamp/doliwamp.iss +++ b/build/exe/doliwamp/doliwamp.iss @@ -196,7 +196,7 @@ begin // Create a page wpInstalling Page := CreateInputQueryPage(wpInstalling, 'Technical parameters', '', - 'Please specify some technical parameters. If you don t understand or ' #13 'are not sure, just leave the default values.'); + 'Please specify some technical parameters.' #13 'If you don''t understand, are not sure, or are doing an upgrade, just leave the ' #13 'default values.'); // TODO Add control differently if first install or update Page.Add('SMTP server (your own or ISP SMTP server) :', False);