From f55ec877328dc2dc6f75b1e0c8f0343fe0ee70b4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 3 Mar 2003 22:21:22 +0000 Subject: add some explaination for translators --- perl-install/install_steps_interactive.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index c2a9b27b8..75146eebb 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1029,7 +1029,10 @@ sub summary { push @l, { group => N("Boot"), label => N("Bootloader"), - val => sub { N("%s on %s", $o->{bootloader}{method}, $o->{bootloader}{boot}) }, + val => sub { + #-PO: example: lilo-graphic on /dev/hda1 + 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