From c2e63db2fe0f062c071429cd90f93ac082ea3c77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Fri, 30 Dec 2016 18:58:28 +0100 Subject: [PATCH] osx plugin's spotify: change quitting w/ closing Closing is more idiomatic English. --- plugins/osx/osx.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh index 32ee4a97b..95ef3e1aa 100644 --- a/plugins/osx/osx.plugin.zsh +++ b/plugins/osx/osx.plugin.zsh @@ -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 ;;