diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 67ecbffa75..ece2ed19e2 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -390,7 +390,7 @@ class FormulaAuditor end if desc =~ /^([Aa]n?)\s/ - problem "Please remove the indefinite article \"#{$1}\" from the beginning of the description" + problem "Description shouldn't start with an indefinite article (#{$1})" end if desc =~ /^#{formula.name} is\s/i