From 670c4b6b9c726c4be45525a41afe68dcf2241d5b Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 10 Mar 2004 15:01:55 +0000 Subject: typo fix (Arys P. Deloso, Michalis Avraam) --- pxe_wizard/Pxe.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pxe_wizard/Pxe.pm') 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 => { -- cgit v1.2.1