From 21e9491acd81cd3b2ed1062f2cd5c6262e615abc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 13 Jan 2013 15:58:59 +0000 Subject: make 2 strings translatable (spot by Marek Laane mga#8630) a 9 years old issue... --- perl-install/standalone/logdrake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index d8af8858a..e7b71cbb2 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -437,8 +437,8 @@ sub alert_config() { N("Please enter your email address below ") . "\n" . N("and enter the name (or the IP) of the SMTP server you wish to use"), data => [ - { label => "Email address", val => \$options{MAIL} }, - { label => "Email server", val => \$options{SMTP} }, + { label => N("Email address"), val => \$options{MAIL} }, + { label => N("Email server"), val => \$options{SMTP} }, ], complete => sub { if ($options{MAIL} !~ /[\w.-]*\@[\w.-]/ && !member($options{MAIL}, map { $_->[0] } list_passwd())) { -- cgit v1.2.1