From 792e51079083e8007fa805c617132f0df1d6ab20 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 19 Feb 2004 23:07:45 +0000 Subject: fix string --- perl-install/standalone/drakvpn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakvpn b/perl-install/standalone/drakvpn index 3239b01db..bbac1a717 100644 --- a/perl-install/standalone/drakvpn +++ b/perl-install/standalone/drakvpn @@ -444,7 +444,7 @@ All the other sections will follow this one. The left settings are optional. If don't define them here, globally, you can define them in each section.\n",), - [ { label => N("pfs"), val => \$conn_default->{2}[1], type => 'entry' }, + [ { label => N("PFS"), val => \$conn_default->{2}[1], type => 'entry' }, { label => N("keyingtries"), val => \$conn_default->{3}[1], type => 'entry' }, { label => N("compress"), val => \$conn_default->{4}[1], type => 'entry' }, { label => N("disablearrivalcheck"), val => \$conn_default->{5}[1], type => 'entry' }, -- cgit v1.2.1