Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -711,6 +711,7 @@ |
712 | 712 | 'mergehistory-autocomment', |
713 | 713 | 'mergehistory-comment', |
714 | 714 | 'mergehistory-same-destination', |
| 715 | + 'mergehistory-reason' |
715 | 716 | ), |
716 | 717 | 'mergelog' => array( |
717 | 718 | 'mergelog', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1375,6 +1375,7 @@ |
1376 | 1376 | 'mergehistory-autocomment' => 'Merged [[:$1]] into [[:$2]]', |
1377 | 1377 | 'mergehistory-comment' => 'Merged [[:$1]] into [[:$2]]: $3', |
1378 | 1378 | 'mergehistory-same-destination' => 'Source and destination pages cannot be the same', |
| 1379 | +'mergehistory-reason' => 'Reason:', |
1379 | 1380 | |
1380 | 1381 | # Merge log |
1381 | 1382 | 'mergelog' => 'Merge log', |