summaryrefslogtreecommitdiffstats
path: root/pxe_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-03-10 15:01:55 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-03-10 15:01:55 +0000
commit670c4b6b9c726c4be45525a41afe68dcf2241d5b (patch)
treebbc9d660bcf95d1efdb68a71fcec08484b6cdb34 /pxe_wizard
parentcbb3f12c1660d691e45d0f504b0e23e8c709054a (diff)
downloaddrakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.tar
drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.tar.gz
drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.tar.bz2
drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.tar.xz
drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.zip
typo fix (Arys P. Deloso, Michalis Avraam)
Diffstat (limited to 'pxe_wizard')
-rw-r--r--pxe_wizard/Pxe.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm
index a4f1af49..0efab106 100644
--- a/pxe_wizard/Pxe.pm
+++ b/pxe_wizard/Pxe.pm
@@ -177,7 +177,7 @@ $o->{pages} = {
next => 'gomodify2',
},
gomodify2 => {
- name => N("Network client interface: the network interface used for the installation process.") . "\n" . N("Ramsize: adjust the ramsize parameter on boot disk.") . "\n" . N("VGA option: if you encounter any problem whith VGA, please adjust. ") . "\n" . N("ACPI option: Advanced Configuration and Power Interface"),
+ name => N("Network client interface: the network interface used for the installation process.") . "\n" . N("Ramsize: adjust the ramsize parameter on boot disk.") . "\n" . N("VGA option: if you encounter any problems with VGA, please adjust. ") . "\n" . N("ACPI option: Advanced Configuration and Power Interface"),
data => [
{ label => N("Network client interface:"), val => \$o->{var}{ETH}, fixed_list => \@list_eth },
{ label => N("Ramsize:"), val => \$o->{var}{RAM}, fixed_list => \@list_ram },
@@ -205,7 +205,7 @@ $o->{pages} = {
},
},
error_imgrdz => {
- 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."),
+ name => N("Please provide an all.rdz image, which contains all drivers. You can find one on the first CD of the Mandrakelinux distribution, in the /isolinux/alt0/ directory."),
next => 'addimgrdz',
},
error_path_img => {