diff options
| author | Alex | 2016-09-20 18:19:48 -0700 |
|---|---|---|
| committer | GitHub | 2016-09-20 18:19:48 -0700 |
| commit | 169a07990372c1d3217db0a45b9457ae58edb4f5 (patch) | |
| tree | 2896af08424a4d26aafc284985d90ed663162dff /Library | |
| parent | 15f3f2065625b05496632c1f5cf61fd150afef3c (diff) | |
| download | brew-169a07990372c1d3217db0a45b9457ae58edb4f5.tar.bz2 | |
Make wording more similar to existing messages
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/installer.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/installer.rb b/Library/Homebrew/cask/lib/hbc/installer.rb index 8c948d717..7037a5694 100644 --- a/Library/Homebrew/cask/lib/hbc/installer.rb +++ b/Library/Homebrew/cask/lib/hbc/installer.rb @@ -227,8 +227,8 @@ class Hbc::Installer ohai "Enabling accessibility access" if MacOS.version >= :sierra opoo <<-EOS.undent - Access denied to accessibility DB (TCC.db) by SIP on this version of macOS. - If needed, enable manually via the app or System Preferences. + Accessibility access cannot be enabled automatically on this version of macOS. + See System Preferences to enable it manually. EOS elsif MacOS.version <= :mountain_lion @command.run!("/usr/bin/touch", @@ -255,8 +255,8 @@ class Hbc::Installer return unless @cask.accessibility_access if MacOS.version >= :sierra opoo <<-EOS.undent - Access denied to accessibility DB (TCC.db) by SIP on this version of macOS. - If needed, disable manually via the app or System Preferences. + Accessibility access cannot be disabled automatically on this version of macOS. + See System Preferences to disable it manually. EOS elsif MacOS.version >= :mavericks ohai "Disabling accessibility access" |
