From b790c2cb120caa74fc82ee5117660d46cb6cfe21 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 5 Sep 2002 12:37:49 +0000 Subject: add nice description to the initial dialog box (thanks Stew!) --- perl-install/diskdrake/dav.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'perl-install/diskdrake/dav.pm') 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 = $_; -- cgit v1.2.1