summaryrefslogtreecommitdiffstats
path: root/pxe_wizard
diff options
context:
space:
mode:
authorFunda Wang <fwang@mandriva.org>2004-08-22 09:50:36 +0000
committerFunda Wang <fwang@mandriva.org>2004-08-22 09:50:36 +0000
commita32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442 (patch)
treee0d602b221f4aa301e84e21e1fa332826162ec1f /pxe_wizard
parentc196eb029c890300e90a2935d1d639afc887bb10 (diff)
downloaddrakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar
drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar.gz
drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar.bz2
drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar.xz
drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.zip
Corrected several typos.
Diffstat (limited to 'pxe_wizard')
-rw-r--r--pxe_wizard/Pxe.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm
index c68d948a..81e1e99b 100644
--- a/pxe_wizard/Pxe.pm
+++ b/pxe_wizard/Pxe.pm
@@ -129,7 +129,7 @@ $o->{pages} = {
next => 'pxeserver',
},
addimg => {
- name => N("Add a boot image") . "\n\n" . N("To boot through network, the network computer needs a boot image. Morever we need to name this image, so each boot image is related to a name in PXE menu. User can then choose which image he wants to boot through PXE.") . "\n\n" . N("PXE description is used to explain the rule of the boot image, ie: Mandrakelinux 10 image, Mandrakelinux cooker image..") . "\n\n" . N("Path to image: provide the full path to the network boot image") . "\n\n" . N("PXE name: the name displayed in PXE menu (please provide a word or a number, with no space)"),
+ name => N("Add a boot image") . "\n\n" . N("To boot through network, the network computer needs a boot image. Moreover we need to name this image, so each boot image is related to a name in PXE menu. User can then choose which image he wants to boot through PXE.") . "\n\n" . N("PXE description is used to explain the role of the boot image, ie: Mandrakelinux 10 image, Mandrakelinux cooker image..") . "\n\n" . N("Path to image: provide the full path to the network boot image") . "\n\n" . N("PXE name: the name displayed in PXE menu (please provide a word or a number, without space)"),
data => [
{ label => "PXE name:", val => \$o->{var}{PXENAME} },
{ label => "PXE description:", val => \$o->{var}{DESCR} },
@@ -139,7 +139,7 @@ $o->{pages} = {
next => 'summaryadd',
},
addimgrdz => {
- name => N("Add all.rdz boot image") . "\n\n" . N("To boot through network, network computer need a boot image. Morever we need to name this image, so each boot image is related to a name in PXE menu. So user can choose wich image he wants to boot through PXE.") . "\n\n" . N("PXE description is used to explain the rule of the boot image, ie: Mandrakelinux 10 image, Mandrakelinux cooker image..") . N("For technical reason, in case of multiple boot image, it's more simple to boot network computer through a kernel (vmlinuz), and provide one file with all drivers needed (in our case all.rdz).") . "\n\n" . N("Path to all.rdz: provide the full path to all.rdz image") . "\n\n" . N("PXE name: the name displayed in PXE menu (please provide a word or a number, with no space)"),
+ name => N("Add all.rdz boot image") . "\n\n" . N("To boot through network, network computers need boot image. Moreover we need to name this image, so each boot image is related to a name in PXE menu. So user can choose whfich image he wants to boot through PXE.") . "\n\n" . N("PXE description is used to explain the role of the boot image, ie: Mandrakelinux 10 image, Mandrakelinux cooker image..") . N("For technical reason, in case of multiple boot image, it's more simple to boot network computer through a kernel (vmlinuz), and provide one file with all drivers needed (in our case all.rdz).") . "\n\n" . N("Path to all.rdz: provide the full path to all.rdz image") . "\n\n" . N("PXE name: the name displayed in PXE menu (please provide a word or a number, with no space)"),
data => [
{ label => "PXE name:", val => \$o->{var}{PXENAME} },
{ label => "PXE description:", val => \$o->{var}{DESCR} },
@@ -167,7 +167,7 @@ $o->{pages} = {
next => 'gomodify',
},
gomodify => {
- 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."),
+ 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."),
data => [
{ label => N("Boot image to modify:"), fixed_val => \$o->{var}{i} },
{ label => N("Server IP:"), val => \$o->{var}{IP} },
@@ -193,7 +193,7 @@ $o->{pages} = {
next => 'summaryserver',
},
error_img => {
- name => N("Please provide a bootable image. To boot through a network, network computers need a boot image."),
+ name => N("Please provide a bootable image. To boot through a network, network computers need boot image."),
next => 'addimg',
},
needimg => {