From aff0be125ed355e9e474453bf7154ba78b45478b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 3 Mar 2003 22:18:09 +0000 Subject: translate _bootloader_ on _device_ --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index e3fb7b588..c2a9b27b8 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1029,7 +1029,7 @@ sub summary { push @l, { group => N("Boot"), label => N("Bootloader"), - val => sub { "$o->{bootloader}{method} on $o->{bootloader}{boot}" }, + val => sub { N("%s on %s", $o->{bootloader}{method}, $o->{bootloader}{boot}) }, clicked => sub { any::setupBootloader($o, $o->{bootloader}, $o->{all_hds}, $o->{fstab}, $o->{security}) }, }; -- cgit v1.2.1