Reword enabled tools -> intalled tools

As suggested by @babab himself.
This commit is contained in:
Tom Willemse 2014-09-27 00:21:58 +02:00
parent 160476143b
commit 1228edaa2f

View file

@ -22,7 +22,7 @@ get_tools() {
if [[ "$state" == tools ]]; then
sti_tools=(${(f)"$(_call_program sti_tools \
sti list | awk '{ print $1 }' 2>/dev/null)"})
_wanted sti_tools expl 'enabled tools' compadd -a sti_tools
_wanted sti_tools expl 'intalled tools' compadd -a sti_tools
fi
}