summaryrefslogtreecommitdiffstats
path: root/pxe_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-03-08 11:35:23 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-03-08 11:35:23 +0000
commited68e2e91b0cd795779931f64a6659a77a27b1a3 (patch)
tree280f23a1e5958945ce9bfa8e7f47828d57a65331 /pxe_wizard
parent418ea68a9ecfa4cba313cf75ce59150f81d5ff37 (diff)
downloaddrakwizard-ed68e2e91b0cd795779931f64a6659a77a27b1a3.tar
drakwizard-ed68e2e91b0cd795779931f64a6659a77a27b1a3.tar.gz
drakwizard-ed68e2e91b0cd795779931f64a6659a77a27b1a3.tar.bz2
drakwizard-ed68e2e91b0cd795779931f64a6659a77a27b1a3.tar.xz
drakwizard-ed68e2e91b0cd795779931f64a6659a77a27b1a3.zip
typo fix (Reinout Van Schouwen)
Diffstat (limited to 'pxe_wizard')
-rw-r--r--pxe_wizard/Pxe.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm
index 243118ed..90d17dea 100644
--- a/pxe_wizard/Pxe.pm
+++ b/pxe_wizard/Pxe.pm
@@ -153,14 +153,14 @@ $o->{pages} = {
next => 'summaryaddrdz',
},
removeimg => {
- name => N("Remove a boot image") . "\n\n" . N("Please choose the PXE boot image you want to remove from PXE server.") . "\n\n" . N("The PXE boot image, and the related entry in PXE menu will be deleted."),
+ name => N("Remove a boot image") . "\n\n" . N("Please choose the PXE boot image you want to remove from the PXE server.") . "\n\n" . N("The PXE boot image, and the related entry in PXE menu will be deleted."),
data => [
{ label => N("Boot image to remove:"), val => \$o->{var}{IMGTOREMOVE}, fixed_list => \@list_menu },
],
next => 'summaryremove',
},
modifyimg => {
- name => N("Add options to boot image") . "\n\n" . N("In some case, you want to add some option to PXE boot image. This wizard provides an easy way to custom boot image with common parameters.") . "\n\n" . N("Please choose, from the list below, the PXE boot image you want to modify"),
+ name => N("Add options to boot image") . "\n\n" . N("In some cases, you want to add some options to the PXE boot image. This wizard provides an easy way to customize a boot image with common parameters.") . "\n\n" . N("Please choose, from the list below, the PXE boot image you want to modify"),
data => [
{ label => N("Boot image to modify:"), val => \$o->{var}{IMGTOMODIFY}, fixed_list => \@list_menu },
],
@@ -168,7 +168,7 @@ $o->{pages} = {
next => 'gomodify',
},
gomodify => {
- name => N("Add option to PXE boot disk") . "\n\n" . N("Server IP: IP address of server, which contain 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 disk") . "\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."),
data => [
{ label => N("Boot image to modify:"), fixed_val => \$o->{var}{i} },
{ label => N("Server IP:"), val => \$o->{var}{IP} },
@@ -190,11 +190,11 @@ $o->{pages} = {
next => 'summarymodify',
},
pxeserver => {
- name => N("Set PXE server") . "\n\n" . N("We need to use a special dhcpd.conf file with PXE parameter. To set up such a DHCP server, launch the DHCP wizard and check the box 'Enable PXE'. If you don't do that, PXE query will not be answered by this server.") . "\n" . N("Now the wizard will configure all needed default configurations files to allow computers to boot through the network."),
+ name => N("Set PXE server") . "\n\n" . N("We need to use a special dhcpd.conf file with PXE parameter. To set up such a DHCP server, launch the DHCP wizard and check the box 'Enable PXE'. If you don't do that, PXE query will not be answered by this server.") . "\n" . N("Now the wizard will configure all needed default configuration files to allow computers to boot through the network."),
next => 'summaryserver',
},
error_img => {
- name => N("Please provide a bootable image. To boot through network, network computer need a boot image."),
+ name => N("Please provide a bootable image. To boot through a network, network computers need a boot image."),
next => 'addimg',
},
needimg => {
@@ -206,7 +206,7 @@ $o->{pages} = {
},
},
error_imgrdz => {
- name => N("Please provide an all.rdz image, wich contain all drivers. You can find one in first CD of Mandrakesoft product, in /isolinux/alt0/ directory."),
+ name => N("Please provide an all.rdz image, wich contains all drivers. You can find one on the first CD of Mandrakelinux distribution, in /isolinux/alt0/ directory."),
next => 'addimgrdz',
},
error_path_img => {