diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-02-02 13:55:39 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-02-02 13:55:39 +0000 |
commit | aa857b98640783587da59fe442ddc22e199b3f8a (patch) | |
tree | 44a4096f9bdd3d8d6570702a73b24949a1bd55e0 /pxe_wizard | |
parent | f62fc4f40e7515eb366d3946cf9514e1462d4032 (diff) | |
download | drakwizard-aa857b98640783587da59fe442ddc22e199b3f8a.tar drakwizard-aa857b98640783587da59fe442ddc22e199b3f8a.tar.gz drakwizard-aa857b98640783587da59fe442ddc22e199b3f8a.tar.bz2 drakwizard-aa857b98640783587da59fe442ddc22e199b3f8a.tar.xz drakwizard-aa857b98640783587da59fe442ddc22e199b3f8a.zip |
typo fix [Michal Bukovjan]
Diffstat (limited to 'pxe_wizard')
-rw-r--r-- | pxe_wizard/Pxe.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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)) { |