summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/dav.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-09-05 12:37:49 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-09-05 12:37:49 +0000
commitb790c2cb120caa74fc82ee5117660d46cb6cfe21 (patch)
treec7cb03b328fa0fd47cb5bf2c212a0ae32161e339 /perl-install/diskdrake/dav.pm
parente59db09ae0e75d5cd8c846ebb9e064c26c93b3bf (diff)
downloaddrakx-b790c2cb120caa74fc82ee5117660d46cb6cfe21.tar
drakx-b790c2cb120caa74fc82ee5117660d46cb6cfe21.tar.gz
drakx-b790c2cb120caa74fc82ee5117660d46cb6cfe21.tar.bz2
drakx-b790c2cb120caa74fc82ee5117660d46cb6cfe21.tar.xz
drakx-b790c2cb120caa74fc82ee5117660d46cb6cfe21.zip
add nice description to the initial dialog box (thanks Stew!)
Diffstat (limited to 'perl-install/diskdrake/dav.pm')
-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 = $_;