From 4b887ab5b1be93b1eae6e683adb57b966572a7c6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 5 Feb 2004 21:32:43 +0000 Subject: =?UTF-8?q?typo=20fix=20(spoted=20by=20Per=20=C3=98yvind=20Karlsen?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- perl-install/standalone/logdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/logdrake') diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index fad0e12f7..5206ef514 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -381,7 +381,7 @@ sub alert_config() { N("Welcome to the mail configuration utility.\n\nHere, you'll be able to set up the alert system.\n"), no_back => 1, data => [ - { val => \$mode, label => N("What do you wan to do?"), + { val => \$mode, label => N("What do you want to do?"), list => [ keys %modes ], format => sub { $modes{$_[0]} }, }, ], -- cgit v1.2.1