summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/dav.pm
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-04-04 19:59:45 +0000
committerAhmad Samir <ahmad@mageia.org>2011-04-04 19:59:45 +0000
commit758c1facd06454449df3bc47e808babdc8dc5b6d (patch)
tree4d4b3056419003771b193948f8647016ccd78c36 /perl-install/diskdrake/dav.pm
parent4e4eb522ecc6a1b4b29775552e389c7751ebe276 (diff)
downloaddrakx-backup-do-not-use-758c1facd06454449df3bc47e808babdc8dc5b6d.tar
drakx-backup-do-not-use-758c1facd06454449df3bc47e808babdc8dc5b6d.tar.gz
drakx-backup-do-not-use-758c1facd06454449df3bc47e808babdc8dc5b6d.tar.bz2
drakx-backup-do-not-use-758c1facd06454449df3bc47e808babdc8dc5b6d.tar.xz
drakx-backup-do-not-use-758c1facd06454449df3bc47e808babdc8dc5b6d.zip
- perl -pi -e 's!mountpoint!mount point!'
Diffstat (limited to 'perl-install/diskdrake/dav.pm')
-rw-r--r--perl-install/diskdrake/dav.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/dav.pm b/perl-install/diskdrake/dav.pm
index d236ba0f9..2760a199a 100644
--- a/perl-install/diskdrake/dav.pm
+++ b/perl-install/diskdrake/dav.pm
@@ -103,7 +103,7 @@ sub options {
sub remove {
my ($in, $dav, $all_hds) = @_;
- if ($in->ask_yesorno(N("Warning"), N("Are you sure you want to delete this mountpoint?"))) {
+ if ($in->ask_yesorno(N("Warning"), N("Are you sure you want to delete this mount point?"))) {
@{$all_hds->{davs}} = grep($_->{mntpoint} ne $dav->{mntpoint}, @{$all_hds->{davs}});
return 1;
}