summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-01-05 12:28:20 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-01-05 12:28:20 +0000
commit26cb2a8c2bb8cf726e3eeaec36857b79431e4242 (patch)
treec73e33ac55bfbfca4aa96f0c97fe31f5467c3a9c /perl-install/install_any.pm
parentccb60c6927d79a80535ea063e3d6a5482773ade7 (diff)
downloaddrakx-26cb2a8c2bb8cf726e3eeaec36857b79431e4242.tar
drakx-26cb2a8c2bb8cf726e3eeaec36857b79431e4242.tar.gz
drakx-26cb2a8c2bb8cf726e3eeaec36857b79431e4242.tar.bz2
drakx-26cb2a8c2bb8cf726e3eeaec36857b79431e4242.tar.xz
drakx-26cb2a8c2bb8cf726e3eeaec36857b79431e4242.zip
(migrate_device_names) fix message
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
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} },