From 01ea7cf9316797c7941d959c0fe89993a162bb45 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 7 Jul 2005 14:22:31 +0000 Subject: fix untranslated strings (#16736) --- perl-install/standalone/drakvpn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/drakvpn b/perl-install/standalone/drakvpn index 0d359ebaa..09ddae8bc 100644 --- a/perl-install/standalone/drakvpn +++ b/perl-install/standalone/drakvpn @@ -308,7 +308,7 @@ step_configure_ipsec_conf: @section_names = network::ipsec::get_section_names_ipsec_conf($ipsec,$kernel_version) if $ipsec; my $choice = $section_names[0]; -my $d = $in->ask_from_list(N("%s entries", $ipsec_conf), +my $d = $in->ask_from_list_(N("%s entries", $ipsec_conf), N("The %s file contents is divided into sections.\n You can now:\n -- cgit v1.2.1