summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2017-04-03 10:43:12 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2017-04-03 10:53:03 +0200
commit0f533bb6fce19527ad0ec900cfa6bc2f51fba4f3 (patch)
tree580950664d4855de83079f552c601ecccdaa2da5
parent78572413493edbaa3ff8a00e197f4e8a1738bcf5 (diff)
downloadcontrol-center-0f533bb6fce19527ad0ec900cfa6bc2f51fba4f3.tar
control-center-0f533bb6fce19527ad0ec900cfa6bc2f51fba4f3.tar.gz
control-center-0f533bb6fce19527ad0ec900cfa6bc2f51fba4f3.tar.bz2
control-center-0f533bb6fce19527ad0ec900cfa6bc2f51fba4f3.tar.xz
control-center-0f533bb6fce19527ad0ec900cfa6bc2f51fba4f3.zip
better message for missing pkgs (mga#20614)
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index 7c13eb55..7434fde7 100755
--- a/control-center
+++ b/control-center
@@ -827,7 +827,7 @@ sub clean_list {
$programs{$stuff}{icon} = $programs{$stuff}{real_icon};
}
# do not complain about missing entries in move:
- warn qq("$exec" is not executable [$stuff]) if $mga_rel !~ /Move/ && !$is_present && !$programs{$stuff}{disabled};
+ warn qq("cannot run $exec" since it is not installed [$stuff]) if $mga_rel !~ /Move/ && !$is_present && !$programs{$stuff}{disabled};
!$programs{$stuff}{hidden} && $is_present && !$programs{$stuff}{disabled};
} @$subtree;
}