From 26cb2a8c2bb8cf726e3eeaec36857b79431e4242 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 5 Jan 2005 12:28:20 +0000 Subject: (migrate_device_names) fix message --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 796f48ab2..c995836e0 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -1409,7 +1409,7 @@ sub migrate_device_names { } @from_fstab_not_handled; $o_in->ask_from('', - N("The disk %s was renamed:", $_->{device}), + N("The following disk(s) were renamed:"), [ map { { label => N("%s (previously named as %s)", $_->{mntpoint}, $_->{device}), val => \$_->{device}, format => sub { $_[0] && $_->{device} }, -- cgit v1.2.1