summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-08-13 21:03:16 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-08-13 21:03:16 +0000
commitf13b0c38b9b1c794f803ed3f496e076924cde03a (patch)
tree6f37ffede4432fb090f57966eef4de080e3a9fb2 /perl-install/diskdrake/interactive.pm
parent2a52ec22dfdc103b693110a82cc04a59c1a6075a (diff)
downloaddrakx-backup-do-not-use-f13b0c38b9b1c794f803ed3f496e076924cde03a.tar
drakx-backup-do-not-use-f13b0c38b9b1c794f803ed3f496e076924cde03a.tar.gz
drakx-backup-do-not-use-f13b0c38b9b1c794f803ed3f496e076924cde03a.tar.bz2
drakx-backup-do-not-use-f13b0c38b9b1c794f803ed3f496e076924cde03a.tar.xz
drakx-backup-do-not-use-f13b0c38b9b1c794f803ed3f496e076924cde03a.zip
rough WebDAV gui
Diffstat (limited to 'perl-install/diskdrake/interactive.pm')
-rw-r--r--perl-install/diskdrake/interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index f7a16567d..3d9425037 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -581,7 +581,7 @@ sub Mount_point_raw_hd {
my $mntpoint = $part->{mntpoint};
$in->ask_from(
'',
- _("Where do you want to mount device %s?", $part->{device}),
+ _("Where do you want to mount %s?", $part->{device}),
[ { label => _("Mount point"), val => \$mntpoint,
list => [ if_($mntpoint, $mntpoint), '', @$propositions ],
not_edit => 0 } ],