From f9ba983f41746bfba7c2dcc252c80d70e68a869e Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Sun, 16 Apr 2000 16:28:07 +0000 Subject: s/ tree/ Tree/ to reduce the different translatable stringss --- perl-install/install_steps_gtk.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/install_steps_gtk.pm') diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 4f8071eec..651259c84 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -397,8 +397,8 @@ sub choosePackagesTree { my %toolbar = my @toolbar = ( - ftout => [ _("Expand tree") , sub { $tree->expand_recursive(undef) } ], - ftin => [ _("Collapse tree") , sub { $tree->collapse_recursive(undef) } ], + ftout => [ _("Expand Tree") , sub { $tree->expand_recursive(undef) } ], + ftin => [ _("Collapse Tree") , sub { $tree->collapse_recursive(undef) } ], reload=> [ _("Toggle between flat and group sorted"), sub { $add_nodes->(!$flat) } ], ); $toolbar->set_button_relief("none"); -- cgit v1.2.1