diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-19 16:15:16 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-19 16:15:16 +0000 |
commit | a5066621575eef2c102d2ce455e94365600e09f3 (patch) | |
tree | 7afc99781b874a6c42ddcdc77bae0253a253b42e /perl-install/standalone/drakvpn | |
parent | 639ee24a34305330e4e7c663c5df468598201587 (diff) | |
download | drakx-a5066621575eef2c102d2ce455e94365600e09f3.tar drakx-a5066621575eef2c102d2ce455e94365600e09f3.tar.gz drakx-a5066621575eef2c102d2ce455e94365600e09f3.tar.bz2 drakx-a5066621575eef2c102d2ce455e94365600e09f3.tar.xz drakx-a5066621575eef2c102d2ce455e94365600e09f3.zip |
fixed typos
Diffstat (limited to 'perl-install/standalone/drakvpn')
-rw-r--r-- | perl-install/standalone/drakvpn | 6 |
1 files changed, 3 insertions, 3 deletions
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 } ]); |