r32497 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r32496
|
r32497
|
r32498
>
Date:
13:31, 27 March 2008
Author:
simetrical
Status:
old
Tags:
Comment:
I don't know what problems in Special:Log
r26850
was referring to (more context, please?), but without delimiters, multiword renames can be confusing.
Modified paths:
/trunk/extensions/Renameuser/SpecialRenameuser.i18n.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Renameuser/SpecialRenameuser.i18n.php
—
—
@@ -31,7 +31,7 @@
32
32
33
33
'renameuserlogpage' => 'User rename log',
34
34
'renameuserlogpagetext' => 'This is a log of changes to user names',
35
- 'renameuserlogentry' => 'has renamed $1 to $2',
35
+ 'renameuserlogentry' => 'has renamed $1 to "$2"',
36
36
'renameuser-log' => '{{PLURAL:$1|1 edit|$1 edits}}. Reason: $2',
37
37
'renameuser-move-log' => 'Automatically moved page while renaming the user "[[User:$1|$1]]" to "[[User:$2|$2]]"',
38
38
);
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r26850
Avoid problems in Special:Log: don't link to the new user name.
rotem
14:59, 20 October 2007
Status & tagging log
15:25, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r32497
[
removed:
ok
added:
old]