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/bootlook.pm | |
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/bootlook.pm')
-rw-r--r-- | perl-install/bootlook.pm | 2 |
1 files changed, 1 insertions, 1 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); |