Alert prompts for BetterAuthorizationService
Alert prompts for BetterAuthorizationService
- Subject: Alert prompts for BetterAuthorizationService
- From: Todd Heberlein <email@hidden>
- Date: Wed, 07 Oct 2009 11:51:37 -0700
In Apple's BetterAuthorizationSample application pressing the
"LowNumberedPorts" button brings up a window to authorize yourself. It
includes the following text to explain why you are authorizing yourself:
"You must be authorized to open low-numbered TCP ports. Type your
password to allow BetterAuthorizationSample SampleApp to make changes"
The problem is I cannot find where this prompt comes from.
There is the line in the file SampleAuthorizationPrompts.strings
"LowNumberedPortsPrompt" = "You must be authorized to open low-
numbered TCP ports."
But before even the first build I completely changed the right side to
"LowNumberedPortsPrompt" = "The quick brown fox jumped over the
lazy dog";
It has no effect on what is displayed in the authorization window.
After the change I have done a find for the phrase that is displayed,
and it isn't in any of the code in the directory as far as I can tell.
*Where* is the text being displayed coming from? Please, any help
would be appreciated.
Todd
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden