From 6f907715eca3172a83e6487203efdeff5b2077e8 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Mon, 30 Aug 2004 00:57:02 +0000 Subject: typo fix ([Arpad Biro) --- pxe_wizard/Pxe.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pxe_wizard/Pxe.pm') diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm index b51bcb57..0863f81c 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 with 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 image.") . "\n" . N("VGA option: if you encounter any problem 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 }, -- cgit v1.2.1