diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-02-18 16:22:49 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-02-18 16:22:49 +0000 |
commit | c0ebed8e0168510eeb852447b4e659f516afe366 (patch) | |
tree | a277f2c682a478ce37eba162c47011f17c3d5464 /perl-install | |
parent | 142c039bf361b48d98aa8f6e1bc4818a31a457ee (diff) | |
download | drakx-backup-do-not-use-c0ebed8e0168510eeb852447b4e659f516afe366.tar drakx-backup-do-not-use-c0ebed8e0168510eeb852447b4e659f516afe366.tar.gz drakx-backup-do-not-use-c0ebed8e0168510eeb852447b4e659f516afe366.tar.bz2 drakx-backup-do-not-use-c0ebed8e0168510eeb852447b4e659f516afe366.tar.xz drakx-backup-do-not-use-c0ebed8e0168510eeb852447b4e659f516afe366.zip |
typo fix
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/share/po/DrakX.pot | 4 | ||||
-rw-r--r-- | perl-install/standalone/drakvpn | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/share/po/DrakX.pot b/perl-install/share/po/DrakX.pot index 3aae4927f..be07bec6a 100644 --- a/perl-install/share/po/DrakX.pot +++ b/perl-install/share/po/DrakX.pot @@ -17445,7 +17445,7 @@ msgstr "" msgid "" "Add a Security Policy.\n" "\n" -"You can now add a Secutiy Policy.\n" +"You can now add a Security Policy.\n" "\n" "Choose continue when you are done to write the data.\n" "" @@ -17524,7 +17524,7 @@ msgstr "" msgid "" "Edit a Security Policy.\n" "\n" -"You can now add a Secutiy Policy.\n" +"You can now add a Security Policy.\n" "\n" "Choose continue when you are done to write the data.\n" "" diff --git a/perl-install/standalone/drakvpn b/perl-install/standalone/drakvpn index 7ad5f22e9..f4c64e678 100644 --- a/perl-install/standalone/drakvpn +++ b/perl-install/standalone/drakvpn @@ -537,7 +537,7 @@ step_add_section_ipsec_conf_k26: ask_info3('', N("Add 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"), $section) or goto step_configure_ipsec_conf; # $existing_section = network::ipsec::already_existing_section_ipsec_conf($section->{src_dest}, $ipsec, $kernel_version); @@ -588,7 +588,7 @@ N("You cannot edit this section.\n This section is mandatory for Freswan 2.X. One has to specify version 2.0 on the top of the %s file, and eventually, disable or -enable the oportunistic ecryption.\n",$ipsec_conf)); +enable the oportunistic encryption.\n",$ipsec_conf)); goto step_edit_ipsec_conf; } elsif ($choice =~ /^config setup/) { |