diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2000-04-16 16:28:07 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2000-04-16 16:28:07 +0000 |
commit | f9ba983f41746bfba7c2dcc252c80d70e68a869e (patch) | |
tree | c5e98efecab1c15cea5df24a519c4f9547227207 /perl-install/install_steps_gtk.pm | |
parent | 190d3d6a8b389860a82879363bd314c3b335188f (diff) | |
download | drakx-backup-do-not-use-f9ba983f41746bfba7c2dcc252c80d70e68a869e.tar drakx-backup-do-not-use-f9ba983f41746bfba7c2dcc252c80d70e68a869e.tar.gz drakx-backup-do-not-use-f9ba983f41746bfba7c2dcc252c80d70e68a869e.tar.bz2 drakx-backup-do-not-use-f9ba983f41746bfba7c2dcc252c80d70e68a869e.tar.xz drakx-backup-do-not-use-f9ba983f41746bfba7c2dcc252c80d70e68a869e.zip |
s/ tree/ Tree/ to reduce the different translatable stringss
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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"); |