summaryrefslogtreecommitdiffstats
path: root/installsrv_wizard
diff options
context:
space:
mode:
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 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