Page MenuHomePhabricator

Should be "log in" for the verb, not "login"
Closed, ResolvedPublic

Description

Author: bugzilla.wikimedia.org

Description:
I think you'd just have to change this file:

$ diff wiki/languages/Messages.php wiki/languages/Messages.php.orig
rECIR486c486e8cc2

< 'loginreqlink' => 'log in',

'loginreqlink' => 'login',

"login" should only be used as a noun or adjective ("the login form", "a user's
login"). "log in" is the preferred form for verbs ("you must log in to edit this
page").


References:

From http://discuss.fogcreek.com/joelonsoftware/default.asp?cmd=show&ixPost=19480 :

From the MS Manual of Style (and many other style guides, I'm sure!):

log on to, log off from, logon (adj)
Use log on to to refer to connecting to a network and log off from (or simply
log off) to refer to disconnecting from a network. Do not use log in, login, log
onto, log off of, logout, sign off, or sign on. An exception is when other terms
are dictated by the interface.

Use logon only as an adjective, as in "logon password," not as a noun.

Correct
You are prompted for your password while logging on.
Reconnect when you log on to the network.
Some networks support this logon feature.
Remember to log off from the network.


Version: 1.6.x
Severity: trivial
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=60426

Details

Reference
bz6138

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 9:18 PM
bzimport set Reference to bz6138.
bzimport added a subscriber: Unknown Object (MLST).

robchur wrote:

This was changed in SVN trunk some time ago. Poked it in 1.6 branch, since it's
trivial.