Page MenuHomePhabricator

Account creation messages inconsistent
Closed, ResolvedPublic

Description

The logentry-newusers-newusers-* messages are inconsistent:

'logentry-newusers-newusers' => '$1 created a user account',
'logentry-newusers-create' => '$1 created a user account',
'logentry-newusers-create2' => '$1 created a user account $3',
'logentry-newusers-autocreate' => 'Account $1 was created automatically',

Either 'Account' should be appended to the start of the non-autocreate messages, or it should be removed from the autocreate one.


Version: unspecified
Severity: trivial

Details

Reference
bz35272

Related Objects

View Standalone Graph
This task is connected to more than 200 other tasks. Only direct parents and subtasks are shown here. Use View Standalone Graph to show more of the graph.

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 12:12 AM
bzimport set Reference to bz35272.
bzimport added a subscriber: Unknown Object (MLST).

EN.WP.ST47 wrote:

I don't see the inconsistency. In the first three there was an active action of registering committed by $1, so it's written in the active voice. In the last one the passive voice is used because $1 did not perform any active action worthy of a log action, he just tried to log in on a new wiki. Since it's a different message referring to a different event (new registration vs SUL first time on this wiki) it makes sense for the messages to be different?

It makes sense for them to be different in that it marks automatically created accounts as '$1 was created automatically'. But the 'Account' bit is just unnecessary and makes the messages inconsistent.

Are you sure that you're not mixing old and new logging system' messages? Niklas would know.

These are all listed under "# New logging system" in languages/messages/MessagesEn.php.

Gerrit change 30360