From aa857b98640783587da59fe442ddc22e199b3f8a Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Mon, 2 Feb 2004 13:55:39 +0000 Subject: typo fix [Michal Bukovjan] --- pxe_wizard/Pxe.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pxe_wizard') diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm index 8b9d7a12..977b17c1 100644 --- a/pxe_wizard/Pxe.pm +++ b/pxe_wizard/Pxe.pm @@ -160,7 +160,7 @@ $o->{pages} = { next => 'gomodify2', }, gomodify2 => { - name => N("Network client interface: through which interface client should be installed.") . "\n" . N("Ramsize: adjust ramsize on boot disk.") . "\n" . N("VGA option: if you encounter some problem whith VGA, please adjust. ") . "\n" . N("ACPI option: Advanced Configuration and Power Interface"), + name => N("Network client interface: through which interface client should be installed.") . "\n" . N("Ramsize: adjust ramsize 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"), 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 }, @@ -253,7 +253,7 @@ $o->{pages} = { }, endremove => { name => N("Congratulations"), - data => [ { label => N("The wizard successfully remove a PXE boot image.") } ], + data => [ { label => N("The wizard successfully removed the PXE boot image.") } ], post => sub { @list_menu = (); foreach (cat_($PXEDEFAULT)) { -- cgit v1.2.1