aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake
diff options
context:
space:
mode:
Diffstat (limited to 'rpmdrake')
-rwxr-xr-xrpmdrake8
1 files changed, 8 insertions, 0 deletions
diff --git a/rpmdrake b/rpmdrake
index 05573ce3..43b53793 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -381,6 +381,14 @@ sub run_treeview_dialog {
);
$rdr->set_fixed_size(34, 24);
$pixcolumn->set_sort_column_id($pkg_columns{state});
+ $pixcolumn->get_button->set_tooltip_markup(
+ join("\n", N("The icon shows the package status:"),
+ N("A green icon means the package is installed"),
+ N("A blue icon means this is an update for an installed package"),
+ N("A red stop sign means the package cannot be removed"), # " as it's part of base system"
+ N("An orange icon with a down arrow means this package has been selected to be installed"),
+ N("A red icon with an up arrow means this package has been selected to be uninstalled")
+ ));
compute_main_window_size($w);