summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/standalone/drakvpn2
1 files changed, 1 insertions, 1 deletions
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' },