summaryrefslogtreecommitdiffstats
path: root/control-center
diff options
context:
space:
mode:
Diffstat (limited to 'control-center')
-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;
}