diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-08-23 16:23:23 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-08-23 16:23:23 +0000 |
commit | caa16ff61d2b9e176d1e92775c9ce0d24a9d5bac (patch) | |
tree | a8f9b9efcbf37896fedb5dbb820c6f6608d856fe | |
parent | adae37d9a312469f8b107585725827378a62aa0e (diff) | |
download | drakwizard-caa16ff61d2b9e176d1e92775c9ce0d24a9d5bac.tar drakwizard-caa16ff61d2b9e176d1e92775c9ce0d24a9d5bac.tar.gz drakwizard-caa16ff61d2b9e176d1e92775c9ce0d24a9d5bac.tar.bz2 drakwizard-caa16ff61d2b9e176d1e92775c9ce0d24a9d5bac.tar.xz drakwizard-caa16ff61d2b9e176d1e92775c9ce0d24a9d5bac.zip |
some fixes
-rw-r--r-- | pxe_wizard/Pxe.pm | 2 |
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} }, |