aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmdrake b/rpmdrake
index 200432e6..fed79707 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -327,6 +327,7 @@ sub run_treeview_dialog {
$col_sel->set_fixed_width(34); # w/o this the toggle cells are not displayed
$col_sel->set_sizing('fixed');
$col_sel->set_sort_column_id($pkg_columns{selected});
+ $col_sel->get_button->set_tooltip_markup(N("Select packages for (un)installing them"));
my $display_arch_col = to_bool(arch() =~ /64/);
my @columns = (qw(name version release), if_($display_arch_col, 'arch'));