From caa16ff61d2b9e176d1e92775c9ce0d24a9d5bac Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Mon, 23 Aug 2004 16:23:23 +0000 Subject: some fixes --- pxe_wizard/Pxe.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pxe_wizard/Pxe.pm') 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} }, -- cgit v1.2.1