From 9e081044a54e5d34b23446c42cac89bcf1fa8fab Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 20 Feb 2003 19:08:43 +0000 Subject: =?UTF-8?q?cows=20go=20m=C3=B8=C3=B8h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 779f8fd11..c4325e74f 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -261,7 +261,7 @@ sub setupBootloader__general { { label => N("Video mode"), val => \$b->{vga}, list => [ keys %bootloader::vga_modes ], not_edit => !$::expert, format => sub { $bootloader::vga_modes{$_[0]} }, advanced => 1 }, ), { label => N("Delay before booting default image"), val => \$b->{timeout} }, - { label => N("Force ACPI"), val => \$force_acpi, type => 'bool' }, + { label => N("Enable ACPI"), val => \$force_acpi, type => 'bool' }, { label => N("Force No APIC"), val => \$force_noapic, type => 'bool' }, if_($security >= 4 || $b->{password} || $b->{restricted}, { label => N("Password"), val => \$b->{password}, hidden => 1 }, -- cgit v1.2.1