diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-16 22:06:25 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-16 22:06:25 +0000 |
commit | 459260afbf1eec2d6dc5271e0c98cddd27f315e0 (patch) | |
tree | 6bd31291e58779122f948fca9f749113cc90853a /perl-install | |
parent | 7350f50c788bcdbeaff6a5cdd303e2ee6887b6ad (diff) | |
download | drakx-459260afbf1eec2d6dc5271e0c98cddd27f315e0.tar drakx-459260afbf1eec2d6dc5271e0c98cddd27f315e0.tar.gz drakx-459260afbf1eec2d6dc5271e0c98cddd27f315e0.tar.bz2 drakx-459260afbf1eec2d6dc5271e0c98cddd27f315e0.tar.xz drakx-459260afbf1eec2d6dc5271e0c98cddd27f315e0.zip |
typo fixes
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/netconnect.pm | 2 | ||||
-rwxr-xr-x | perl-install/standalone/drakboot | 2 | ||||
-rw-r--r-- | perl-install/standalone/drakvpn | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index d95b099e2..b24b1b86d 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -992,7 +992,7 @@ I cannot set up this connection type.")), return; Your host name should be a fully-qualified host name, such as ``mybox.mylab.myco.com''. You may also enter the IP address of the gateway if you have one.") . -N("Last but not leat you can also type in your DNS server IP addresses."), +N("Last but not least you can also type in your DNS server IP addresses."), data => sub { [ { label => $auto_ip ? N("Host name (optional)") : N("Host name"), val => \$netc->{HOSTNAME}, advanced => $auto_ip }, { label => N("DNS server 1"), val => \$netc->{dnsServer} }, diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 59de979b3..95df5b2df 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -135,7 +135,7 @@ gtkadd($window, $splash_mode = !$splash_mode; if ($boot_warn && $no_bootsplash && $splash_mode) { $in->ask_warn(N("Warning"), - [ N("Your system bootloader is not in framebuffer mode. To activate graphical boot, select a graphic video mode into the bootloader configuration tool.") ]); + [ N("Your system bootloader is not in framebuffer mode. To activate graphical boot, select a graphic video mode from the bootloader configuration tool.") ]); $boot_warn = 0 } $splash_box->set_sensitive($splash_mode); diff --git a/perl-install/standalone/drakvpn b/perl-install/standalone/drakvpn index 076518bfc..5ae56364c 100644 --- a/perl-install/standalone/drakvpn +++ b/perl-install/standalone/drakvpn @@ -598,7 +598,7 @@ enable the oportunistic ecryption.\n",$ipsec_conf)); } elsif ($choice =~ /^config setup/) { $in->ask_from('', -N("Your %s file has several sctions.\n +N("Your %s file has several sections.\n You can now edit the config setup section entries. Choose continue when you are done to write the data.\n", $ipsec_conf), @@ -851,7 +851,7 @@ my $number = network::ipsec::matched_section_key_number_racoon_conf($choice,$rac if ($choice =~ /^remote/) { ask_info2('', -N("Your %s file has several sctions.\n +N("Your %s file has several sections.\n You can now edit the remote section entries. @@ -860,7 +860,7 @@ Choose continue when you are done to write the data.\n", $racoon_conf), $racoon- } elsif ($choice =~ /^sainfo/) { ask_info('', -N("Your %s file has several sctions. +N("Your %s file has several sections. You can now edit the sainfo section entries. |