diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-03-08 11:35:23 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-03-08 11:35:23 +0000 |
commit | ed68e2e91b0cd795779931f64a6659a77a27b1a3 (patch) | |
tree | 280f23a1e5958945ce9bfa8e7f47828d57a65331 /installsrv_wizard | |
parent | 418ea68a9ecfa4cba313cf75ce59150f81d5ff37 (diff) | |
download | drakwizard-ed68e2e91b0cd795779931f64a6659a77a27b1a3.tar drakwizard-ed68e2e91b0cd795779931f64a6659a77a27b1a3.tar.gz drakwizard-ed68e2e91b0cd795779931f64a6659a77a27b1a3.tar.bz2 drakwizard-ed68e2e91b0cd795779931f64a6659a77a27b1a3.tar.xz drakwizard-ed68e2e91b0cd795779931f64a6659a77a27b1a3.zip |
typo fix (Reinout Van Schouwen)
Diffstat (limited to 'installsrv_wizard')
-rw-r--r-- | installsrv_wizard/Installsrv.pm | 4 |
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 |