From 88a93870fb290186a2745474f995db27c53b395d Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Mon, 5 Mar 2001 23:54:10 +0000 Subject: fixed English typos --- perl-install/bootlook.pm | 2 +- perl-install/help.pm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm index 436d9ac82..debb98a0f 100644 --- a/perl-install/bootlook.pm +++ b/perl-install/bootlook.pm @@ -128,7 +128,7 @@ $a_h_button->signal_connect( "clicked", sub { $pixmap->set($h_pixmap, $h_mask) } $a_h_button->set_active(1); $a_box->pack_start($a_h_button, 0, 0, 0); -my $a_v_button = new Gtk::RadioButton _("vertical traditionnal aurora"), $a_h_button; +my $a_v_button = new Gtk::RadioButton _("vertical traditional aurora"), $a_h_button; $a_v_button->signal_connect( "clicked", sub { $pixmap->set($v_pixmap, $v_mask) }); $a_box->pack_start($a_v_button, 0, 0, 0); diff --git a/perl-install/help.pm b/perl-install/help.pm index 6014bb280..04eb86cd4 100644 --- a/perl-install/help.pm +++ b/perl-install/help.pm @@ -174,7 +174,7 @@ To partition the selected hard drive, you can use these options: * Clear all: this option deletes all partitions available on the selected hard drive. - * Auto allocate:: this option allows you to automatically create Ext2 and swap partitions in free space of your + * Auto allocate: this option allows you to automatically create Ext2 and swap partitions in free space of your hard drive. @@ -218,7 +218,7 @@ When a partition is selected, you can use: If you are installing on a PPC Machine, you will want to create a small HFS 'bootstrap' partition of at least 1MB for use by the yaboot bootloader. If you opt to make the partition a bit larger, say 50MB, you may find it a useful place to store -a spare kernel and ramdisk image for emgergency boot situations."), +a spare kernel and ramdisk image for emergency boot situations."), ask_mntpoint_s => __("Above are listed the existing Linux partitions detected on -- cgit v1.2.1