r48183 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48182‎ | r48183 | r48184 >
Date:20:13, 8 March 2009
Author:aaron
Status:ok
Tags:
Comment:
Add mergehistory-reason, missing from r48159
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -711,6 +711,7 @@
712712 'mergehistory-autocomment',
713713 'mergehistory-comment',
714714 'mergehistory-same-destination',
 715+ 'mergehistory-reason'
715716 ),
716717 'mergelog' => array(
717718 'mergelog',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1375,6 +1375,7 @@
13761376 'mergehistory-autocomment' => 'Merged [[:$1]] into [[:$2]]',
13771377 'mergehistory-comment' => 'Merged [[:$1]] into [[:$2]]: $3',
13781378 'mergehistory-same-destination' => 'Source and destination pages cannot be the same',
 1379+'mergehistory-reason' => 'Reason:',
13791380
13801381 # Merge log
13811382 'mergelog' => 'Merge log',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r48159* Fixed notice...aaron07:07, 8 March 2009

Status & tagging log