From 1062492c1358cbe707984568ffe263cbcb2e5eec Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Fri, 20 Feb 2004 22:35:29 +0000 Subject: add information --- installsrv_wizard/Installsrv.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'installsrv_wizard') diff --git a/installsrv_wizard/Installsrv.pm b/installsrv_wizard/Installsrv.pm index fc213b47..42803d37 100644 --- a/installsrv_wizard/Installsrv.pm +++ b/installsrv_wizard/Installsrv.pm @@ -68,15 +68,15 @@ $o->{pages} = { next => 'summary_srv', }, error_dir_dest => { - name => N("Destination directory could not be '/var/install/'") . "\n\n" . N("ie use: /var/install/mdk-release"), + name => N("The destination directory could not be '/var/install/'") . "\n\n" . N("ie use: /var/install/mdk-release"), next => 'install_srv', }, error_dir => { - name => N("Error, source directory must be a directory with full Mandrake installation directory."), + name => N("Error, the source directory must be a directory with full Mandrake installation directory."), next => 'install_srv', }, dir_already_use => { - name => N("Destination directory already in use, please choose another one."), + name => N("The Destination directory already in use, please choose another one."), next => 'install_srv', }, summary_srv => { @@ -95,7 +95,7 @@ $o->{pages} = { next => 'end', }, end => { - name => N("Congratulations, Mandrake Install server is now ready."), + name => N("Congratulations, Mandrake Install server is now ready. You can now configure a DHCP server with PXE suport, and a PXE server. So it will be very easy to install Mandrake through network."), end => 1, no_back => 1, next => 0 -- cgit v1.2.1