diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2001-03-05 23:54:10 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2001-03-05 23:54:10 +0000 |
commit | 88a93870fb290186a2745474f995db27c53b395d (patch) | |
tree | 8c8b40709b6b4f09050f8e9e8d72221692e43029 /perl-install | |
parent | 1aea9765d2fbd36013cb93249d1599954f0f4084 (diff) | |
download | drakx-88a93870fb290186a2745474f995db27c53b395d.tar drakx-88a93870fb290186a2745474f995db27c53b395d.tar.gz drakx-88a93870fb290186a2745474f995db27c53b395d.tar.bz2 drakx-88a93870fb290186a2745474f995db27c53b395d.tar.xz drakx-88a93870fb290186a2745474f995db27c53b395d.zip |
fixed English typos
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/bootlook.pm | 2 | ||||
-rw-r--r-- | 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 |