diff options
-rw-r--r-- | perl-install/install_any.pm | 2 |
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} }, |