From 73c70a6f777b5632b762a44797ca8ab05c073c56 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 30 Mar 2004 12:52:21 +0000 Subject: share translation with help.pm --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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}, -- cgit v1.2.1