diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-22 22:05:26 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-22 22:05:26 +0000 |
commit | 74f001b77d0cb6f003aa5bc38b8c4c369ba86b08 (patch) | |
tree | 52bb3cbe242bdae70fb1393b68466f6846517404 /pxe_wizard/Pxe.pm | |
parent | d1457759d94ab4b9407d5808b83e2f47be6c9b94 (diff) | |
download | drakwizard-74f001b77d0cb6f003aa5bc38b8c4c369ba86b08.tar drakwizard-74f001b77d0cb6f003aa5bc38b8c4c369ba86b08.tar.gz drakwizard-74f001b77d0cb6f003aa5bc38b8c4c369ba86b08.tar.bz2 drakwizard-74f001b77d0cb6f003aa5bc38b8c4c369ba86b08.tar.xz drakwizard-74f001b77d0cb6f003aa5bc38b8c4c369ba86b08.zip |
s/wich/which/
Diffstat (limited to 'pxe_wizard/Pxe.pm')
-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 08ee8fce..184e94a4 100644 --- a/pxe_wizard/Pxe.pm +++ b/pxe_wizard/Pxe.pm @@ -150,7 +150,7 @@ $o->{pages} = { next => 'gomodify', }, gomodify => { - name => N("Options to add to PXE boot disk") . "\n\n" . N("Server IP: IP address of server wich contain installation directory. You can create one with MDK install server wizard.") . "\n" . N("Install directory: full path to MDK install server directory") . "\n" . N("Installation method: choose nfs/http to install via nfs/http."), + name => N("Options to add to PXE boot disk") . "\n\n" . N("Server IP: IP address of server which contain installation directory. You can create one with MDK install server wizard.") . "\n" . N("Install directory: full path to MDK install server directory") . "\n" . N("Installation method: choose nfs/http to install via nfs/http."), data => [ { label => N("Boot image to modify:"), fixed_val => \$o->{var}{i} }, { label => N("Server IP:"), val => \$o->{var}{IP} }, @@ -160,7 +160,7 @@ $o->{pages} = { next => 'gomodify2', }, gomodify2 => { - name => N("Network client interface: through wich 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 some 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 }, |