summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/diskdrake/dav.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/diskdrake/dav.pm b/perl-install/diskdrake/dav.pm
index ad06f958c..09510696d 100644
--- a/perl-install/diskdrake/dav.pm
+++ b/perl-install/diskdrake/dav.pm
@@ -15,7 +15,11 @@ sub main {
my $quit;
do {
- $in->ask_from_({ ok => '' },
+ $in->ask_from_({ ok => '', messages => formatAlaTeX(
+_("WebDAV is a protocol that allows you to mount a web server's directory
+locally, and treat it like a local filesystem (provided the web server is
+configured as a WebDAV server). If you would like to add WebDAV mount
+points, select \"New\".")) },
[
(map {
my $dav = $_;