SAP / macOS-enterprise-privileges

For Mac users in enterprise environments, this application gives users control over the administration of their machine by elevating their level of access to administrator privileges on macOS. Users can set a timeframe in the application's settings to perform specific tasks, such as installing or removing an application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PrivilegesCLI add/remove output message

Jaharmi opened this issue · comments

PrivilegesCLI’s output when the “add” or “remove” options are used is grammatically awkward in English:

  • “User X has now admin rights”
  • “User X has now standard user rights”

It should be:

  • “User X now has admin rights”
  • “User X now has standard user rights”

Or, it could also be the following. (This would be somewhat less-useful for parsing/matching against the output.)

  • “User X has admin rights now
  • “User X has standard user rights now

English arranges “now” differently in a sentence compared to German’s “jetzt.”

This will be fixed in Privileges 2.0.0, which will be available later this year.