r32380 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32379‎ | r32380 | r32381 >
Date:19:05, 24 March 2008
Author:ialex
Status:old
Tags:
Comment:
Fix for r32378: added new messages to messages.inc and rebuilt MessagesEn.php
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
@@ -650,6 +650,8 @@
651651 'mergehistory-no-destination',
652652 'mergehistory-invalid-source',
653653 'mergehistory-invalid-destination',
 654+ 'mergehistory-autocomment',
 655+ 'mergehistory-comment',
654656 ),
655657 'mergelog' => array(
656658 'mergelog',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1183,8 +1183,8 @@
11841184
11851185 # History merging
11861186 'mergehistory' => 'Merge page histories',
1187 -'mergehistory-header' => "This page lets you merge revisions of the history of one source page into a newer page.
1188 -Make sure that this change will maintain historical page continuity.",
 1187+'mergehistory-header' => 'This page lets you merge revisions of the history of one source page into a newer page.
 1188+Make sure that this change will maintain historical page continuity.',
11891189 'mergehistory-box' => 'Merge revisions of two pages:',
11901190 'mergehistory-from' => 'Source page:',
11911191 'mergehistory-into' => 'Destination page:',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r32378* Remove top revision constraint...aaron18:52, 24 March 2008

Status & tagging log