diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-30 12:52:21 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-30 12:52:21 +0000 |
commit | 73c70a6f777b5632b762a44797ca8ab05c073c56 (patch) | |
tree | 0212db33f2940574a9e9ee97e199cf8d660ef20f /perl-install/any.pm | |
parent | 899e6d15aabe4c4eb130bff0492a2c53c25fc31f (diff) | |
download | drakx-73c70a6f777b5632b762a44797ca8ab05c073c56.tar drakx-73c70a6f777b5632b762a44797ca8ab05c073c56.tar.gz drakx-73c70a6f777b5632b762a44797ca8ab05c073c56.tar.bz2 drakx-73c70a6f777b5632b762a44797ca8ab05c073c56.tar.xz drakx-73c70a6f777b5632b762a44797ca8ab05c073c56.zip |
share translation with help.pm
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index f21b64b33..30519cc5d 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -229,7 +229,7 @@ sub setupBootloader__general { { label => N("Delay before booting default image"), val => \$b->{timeout} }, { text => N("Enable ACPI"), val => \$force_acpi, type => 'bool' }, if_(!$force_nolapic, - { text => N("Force No APIC"), val => \$force_noapic, type => 'bool' }, + { text => N("Force no APIC"), val => \$force_noapic, type => 'bool' }, ), { text => N("Force No Local APIC"), val => \$force_nolapic, type => 'bool' }, if_($security >= 4 || $b->{password} || $b->{restricted}, |