From 177501a5620e385acf9c3556a2cb16e14e87d1bc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 11 Sep 2003 20:35:27 +0000 Subject: translate one more string --- perl-install/modules/interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/modules') diff --git a/perl-install/modules/interactive.pm b/perl-install/modules/interactive.pm index c746e1f02..c6529da5c 100644 --- a/perl-install/modules/interactive.pm +++ b/perl-install/modules/interactive.pm @@ -14,7 +14,7 @@ sub config_window { my ($name, $format, $description) = @$_; push @l, { label => $name, help => "$description\n[$format]", val => \$conf{$name} }; } - if ($in->ask_from("Module configuration", N("You can configure each parameter of the module here."), \@l)) { + if ($in->ask_from(N("Module configuration"), N("You can configure each parameter of the module here."), \@l)) { my $options = join(' ', map { if_($conf{$_}, "$_=$conf{$_}") } keys %conf); if ($options) { modules::set_options($data->{driver}, $options); -- cgit v1.2.1