The text "The password is too short: it must at least $min_pass_length characters." should be:

The password is too short: it must be at least $min_pass_length characters.

I created my first patch for this.

CommentFileSizeAuthor
grammer.patch904 bytesbaldwinlouie

Comments

hunmonk’s picture

Status: Reviewed & tested by the community » Fixed

fixed in 4.7, 5, and HEAD. the syntax of the call to t() was also incorrect, so i cleaned that up along the way.

Anonymous’s picture

Status: Fixed » Closed (fixed)