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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/bootlook.pm') 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); -- cgit v1.2.1