summaryrefslogtreecommitdiffstats
path: root/installsrv_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-02-20 22:35:29 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-02-20 22:35:29 +0000
commit1062492c1358cbe707984568ffe263cbcb2e5eec (patch)
treeebc8c86718f414c3396578d1ab16dbe003f905d0 /installsrv_wizard
parent890aab5bdb482f07a1b4785f4639050ef785af32 (diff)
downloaddrakwizard-1062492c1358cbe707984568ffe263cbcb2e5eec.tar
drakwizard-1062492c1358cbe707984568ffe263cbcb2e5eec.tar.gz
drakwizard-1062492c1358cbe707984568ffe263cbcb2e5eec.tar.bz2
drakwizard-1062492c1358cbe707984568ffe263cbcb2e5eec.tar.xz
drakwizard-1062492c1358cbe707984568ffe263cbcb2e5eec.zip
add information
Diffstat (limited to 'installsrv_wizard')
-rw-r--r--installsrv_wizard/Installsrv.pm8
1 files changed, 4 insertions, 4 deletions
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