diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-03 12:10:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-03 12:10:38 +0000 |
commit | 1b23ff5663aa527915e5b342d939a93323b83439 (patch) | |
tree | f4eb6ac1b25d179d2db370891ae6a14b211d2b93 | |
parent | 1e4e43c73bd501215d4db9df57f4ed1481997d8f (diff) | |
download | drakx-1b23ff5663aa527915e5b342d939a93323b83439.tar drakx-1b23ff5663aa527915e5b342d939a93323b83439.tar.gz drakx-1b23ff5663aa527915e5b342d939a93323b83439.tar.bz2 drakx-1b23ff5663aa527915e5b342d939a93323b83439.tar.xz drakx-1b23ff5663aa527915e5b342d939a93323b83439.zip |
(choosePackagesTree): better name than "Automatic dependencies"
-rw-r--r-- | perl-install/install_steps_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index e76950567..7c0e6d916 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -335,7 +335,7 @@ sub choosePackagesTree { ) )); gtkpack__($l, my $toolbar = new Gtk::Toolbar('horizontal', 'icons')); - gtkpack__($l, gtksignal_connect(new Gtk::CheckButton(_("Automatic dependencies")), clicked => sub { invbool \$auto_deps })); + gtkpack__($l, gtksignal_connect(new Gtk::CheckButton(_("Show automatically selected packages")), clicked => sub { invbool \$auto_deps })); $l->pack_end($w_size = new Gtk::Label(''), 0, 1, 20); $w->{window}->set_usize(map { $_ - 2 * $my_gtk::border - 4 } $::windowwidth, $::windowheight); |