From 47097115997c49c24e01aac3f36a48046188121d Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 7 Mar 2002 19:01:16 +0000 Subject: i18n changes --- perl-install/standalone/drakboot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 0d35c4498..4e0bdd504 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -55,8 +55,7 @@ sub lilo_choice my $loader = arch() =~ /ppc/ ? "Yaboot" : "LILO"; if ($@) { $in->ask_warn('', - [ _("Installation of $loader failed. The following error -occured:"), + [ _("Installation of %s failed. The following error occured:", $loader), grep { !/^Warning:/ } cat_("/tmp/.error") ]); unlink "/tmp/.error"; goto ask; -- cgit v1.2.1