From a5066621575eef2c102d2ce455e94365600e09f3 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 19 Feb 2004 16:15:16 +0000 Subject: fixed typos --- perl-install/standalone/drakvpn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/standalone/drakvpn') diff --git a/perl-install/standalone/drakvpn b/perl-install/standalone/drakvpn index c46606e6a..be290b3dd 100644 --- a/perl-install/standalone/drakvpn +++ b/perl-install/standalone/drakvpn @@ -639,7 +639,7 @@ Choose continue when you are done to write the data.\n", $ipsec_conf), ask_info3('', N("Edit a Security Policy.\n -You can now add a Secutiy Policy.\n +You can now add a Security Policy.\n Choose continue when you are done to write the data.\n"), $ipsec->{$number}) or goto step_configure_ipsec_conf; goto step_configure_ipsec_conf; @@ -650,7 +650,7 @@ goto step_configure_ipsec_conf; } elsif ($d eq "Remove") { $in->ask_from(N("Remove section"), -N("Your %s file has several or sections or connections.\n +N("Your %s file has several sections or connections.\n You can choose here below the one you want to remove and then click on next.\n", $ipsec_conf), [ { val => \$choice, list => \@section_names, label => N("Section names"), sort => 0, not_edit => 0 } ]); @@ -867,7 +867,7 @@ goto step_configure_racoon_conf; } elsif ($d eq "Remove") { $in->ask_from(N("Remove section"), -N("Your %s file has several or sections or connections.\n +N("Your %s file has several sections or connections.\n You can choose here below the one you want to remove and then click on next.\n", $racoon_conf), [ { val => \$choice, list => \@section_names, label => N("Section names"), sort => 0, not_edit => 0 } ]); -- cgit v1.2.1