summaryrefslogtreecommitdiffstats
path: root/pxe_wizard/Pxe.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-08-23 16:23:23 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-08-23 16:23:23 +0000
commitcaa16ff61d2b9e176d1e92775c9ce0d24a9d5bac (patch)
treea8f9b9efcbf37896fedb5dbb820c6f6608d856fe /pxe_wizard/Pxe.pm
parentadae37d9a312469f8b107585725827378a62aa0e (diff)
downloaddrakwizard-caa16ff61d2b9e176d1e92775c9ce0d24a9d5bac.tar
drakwizard-caa16ff61d2b9e176d1e92775c9ce0d24a9d5bac.tar.gz
drakwizard-caa16ff61d2b9e176d1e92775c9ce0d24a9d5bac.tar.bz2
drakwizard-caa16ff61d2b9e176d1e92775c9ce0d24a9d5bac.tar.xz
drakwizard-caa16ff61d2b9e176d1e92775c9ce0d24a9d5bac.zip
some fixes
Diffstat (limited to 'pxe_wizard/Pxe.pm')
-rw-r--r--pxe_wizard/Pxe.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm
index 53e82647..b51bcb57 100644
--- a/pxe_wizard/Pxe.pm
+++ b/pxe_wizard/Pxe.pm
@@ -167,7 +167,7 @@ $o->{pages} = {
next => 'gomodify',
},
gomodify => {
- name => N("Add option to the PXE boot image") . "\n\n" . N("Server IP: IP address of the server, which contains installation directory. You can create one with MDK install server wizard.") . "\n" . N("Install directory: the full path to MDK install server directory") . "\n" . N("Installation method: choose NFS or HTTP."),
+ name => N("Add option to the PXE boot image") . "\n\n" . N("Server IP: IP address of the server, which contains installation directory. You can create one with Mandrakelinux install server wizard.") . "\n" . N("Install directory: the full path to Mandrakelinux install server directory") . "\n" . N("Installation method: choose NFS or HTTP."),
data => [
{ label => N("Boot image to modify:"), fixed_val => \$o->{var}{i} },
{ label => N("Server IP:"), val => \$o->{var}{IP} },