From 169a07990372c1d3217db0a45b9457ae58edb4f5 Mon Sep 17 00:00:00 2001
From: Alex <abwickes@gmail.com>
Date: Tue, 20 Sep 2016 18:19:48 -0700
Subject: [PATCH] Make wording more similar to existing messages

---
 Library/Homebrew/cask/lib/hbc/installer.rb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Library/Homebrew/cask/lib/hbc/installer.rb b/Library/Homebrew/cask/lib/hbc/installer.rb
index 8c948d7175..7037a56948 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"
-- 
GitLab