The add user page in says 'This web page allows the administrators to register a new users by hand.' That should be 'register a new user' or 'register new users'? That's in the file user.module with the id info 1.745.2.1 2007/01/29 19:08:46

Comments

kaerast’s picture

Status: Active » Needs review
StatusFileSize
new1.34 KB

Given the form is for creating a single user at a time, I'd say 'register a new account'? I've attached the necessary patch to change it to the singular, I'm flagging this as patch needs reviewing because I don't know whether singular or plural is best here.

webchick’s picture

Version: 5.x-dev » 6.x-dev
Status: Needs review » Needs work

I'd go for the inverse: "register new users" ... chances are that if you're at this page, you're going to add more than one.

Good catch. I've moved to 6.x as it should be fixed there first.

webchick’s picture

Also, since this will break translations, I'm not sure if we can fix for 5. :(

kaerast’s picture

Status: Needs work » Needs review
StatusFileSize
new460 bytes

Attached is a patch for the plural version, ie. "register new users".

kkaefer’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new1.57 KB

Made a unidiff. This is definitely RTBC.

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks folks.

drumm’s picture

Committed to 5.x.

Anonymous’s picture

Status: Fixed » Closed (fixed)