Change Accept Button Text

Our company’s computer needs a policy notification before entering the system. Now he says "Accept." Is there a way to change the Accept button? Do I need to search in the user interface of the OS or is it just a text object?

In case it motivates. I want to change the policy to accept the button to everything.

+4
source share
2 answers
  • Become root: sudo su
  • change directory to /System/Library/Frameworks/Security.framework/Versions/A/MachServices/SecurityAgent.bundle/Contents/Resources/Base.lproj
  • There is a file with a name PolicyBanner.nib. This is a binary file, so change it to a text file to edit it:plutil -convert xml1 PolicyBanner.nib
  • Open the file with your favorite editor and search for the following lines:
    "<string>100068.title</string>" "<string>Accept</string>"
  • "" , .
+1

. , .

Apple, , , "" - , , , - . , , , , " " . Apple, "". , .

+3

All Articles