diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-03-10 22:26:05 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-03-10 22:26:05 +0000 |
commit | 8e49fd6192122da8d4a63186f1ffcd41a1041406 (patch) | |
tree | ce1af9d3d9a5e9ed4ff31fc7f6d30bb6cbab907e /pxe_wizard | |
parent | f538d8f1d6eedf9e0e468be2eee6fa72ed613360 (diff) | |
download | drakwizard-8e49fd6192122da8d4a63186f1ffcd41a1041406.tar drakwizard-8e49fd6192122da8d4a63186f1ffcd41a1041406.tar.gz drakwizard-8e49fd6192122da8d4a63186f1ffcd41a1041406.tar.bz2 drakwizard-8e49fd6192122da8d4a63186f1ffcd41a1041406.tar.xz drakwizard-8e49fd6192122da8d4a63186f1ffcd41a1041406.zip |
updated pot file
Diffstat (limited to 'pxe_wizard')
-rw-r--r-- | pxe_wizard/Pxe.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm index a3df29c0..2012ef1d 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 problems 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 disk.") . "\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 }, |