summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
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}) },
};