osx plugin's spotify: change quitting w/ closing

Closing is more idiomatic English.
This commit is contained in:
Marc Cornellà 2016-12-30 18:58:28 +01:00 committed by GitHub
commit c2e63db2fe

View file

@ -416,7 +416,7 @@ function spotify() {
if [ "$(osascript -e 'application "Spotify" is running')" = "false" ]; then
cecho "Spotify was not running."
else
cecho "Quitting Spotify.";
cecho "Closing Spotify.";
osascript -e 'tell application "Spotify" to quit';
fi
break ;;