diff options
author | Funda Wang <fwang@mandriva.org> | 2004-08-14 14:52:01 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2004-08-14 14:52:01 +0000 |
commit | cac42021618bfa361d95eec9632b97ceed21498a (patch) | |
tree | beb171c14a036e25662c6660c8a3b0132a3f11e8 /installsrv_wizard | |
parent | 41d2542f1269a22a72e4d8679cb1de99d9ef93ce (diff) | |
download | drakwizard-cac42021618bfa361d95eec9632b97ceed21498a.tar drakwizard-cac42021618bfa361d95eec9632b97ceed21498a.tar.gz drakwizard-cac42021618bfa361d95eec9632b97ceed21498a.tar.bz2 drakwizard-cac42021618bfa361d95eec9632b97ceed21498a.tar.xz drakwizard-cac42021618bfa361d95eec9632b97ceed21498a.zip |
Mandrake -> Mandrakelinux
Diffstat (limited to 'installsrv_wizard')
-rw-r--r-- | installsrv_wizard/Installsrv.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/installsrv_wizard/Installsrv.pm b/installsrv_wizard/Installsrv.pm index 78bfc547..86fbc5ec 100644 --- a/installsrv_wizard/Installsrv.pm +++ b/installsrv_wizard/Installsrv.pm @@ -50,12 +50,12 @@ my $o = { $o->{pages} = { welcome => { - name => N("Configure a Mandrake install server (via NFS and http)") . "\n\n" . N("Easily configure a Mandrake server installation directory, with NFS and HTTP access."), + name => N("Configure a Mandrakelinux install server (via NFS and http)") . "\n\n" . N("Easily configure a Mandrakelinux server installation directory, with NFS and HTTP access."), no_back => 1, next => 'install_srv', }, install_srv => { - name => N("Install server configuration") . "\n\n" . N("Path to data: specify your source directory, should be base of an Mandrake installation.") . "\n\n" . N("Destination directory: copy file in which directory?"), + name => N("Install server configuration") . "\n\n" . N("Path to data: specify your source directory, should be base of an Mandrakelinux installation.") . "\n\n" . N("Destination directory: copy file in which directory?"), pre => sub { $o->{var}{wiz_nfs} ||= 1; $o->{var}{wiz_http} ||= 1; @@ -74,7 +74,7 @@ $o->{pages} = { next => 'install_srv', }, error_dir => { - name => N("Error, the source path must be a directory with full Mandrake installation directory."), + name => N("Error, the source path must be a directory with full Mandrakelinux installation directory."), next => 'install_srv', }, dir_already_use => { @@ -101,7 +101,7 @@ $o->{pages} = { next => 'end', }, end => { - 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."), + name => N("Congratulations, Mandrakelinux 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 Mandrakelinux through a network."), end => 1, no_back => 1, next => 0 |