summaryrefslogtreecommitdiffstats
path: root/installsrv_wizard
diff options
context:
space:
mode:
Diffstat (limited to 'installsrv_wizard')
-rw-r--r--installsrv_wizard/Installsrv.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/installsrv_wizard/Installsrv.pm b/installsrv_wizard/Installsrv.pm
index 51612dd7..a3843592 100644
--- a/installsrv_wizard/Installsrv.pm
+++ b/installsrv_wizard/Installsrv.pm
@@ -72,7 +72,7 @@ $o->{pages} = {
next => 'install_srv',
},
error_dir => {
- name => N("Error, the source directory must be a directory with full Mandrake installation directory."),
+ name => N("Error, the source path must be a directory with full Mandrake installation directory."),
next => 'install_srv',
},
dir_already_use => {
@@ -95,7 +95,7 @@ $o->{pages} = {
next => 'end',
},
end => {
- 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."),
+ name => N("Congratulations, Mandrake Install server is now ready. You can now configure a DHCP server with PXE support, and a PXE server. So it will be very easy to install Mandrake through a network."),
end => 1,
no_back => 1,
next => 0