r39541 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39540‎ | r39541 | r39542 >
Date:17:29, 17 August 2008
Author:grondin
Status:old
Tags:
Comment:
Fix missing message in i18n file.
Updating Translate extention features.
Modified paths:
  • /trunk/extensions/ChangeAuthor/ChangeAuthor.i18n.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/ChangeAuthor/ChangeAuthor.i18n.php
@@ -27,6 +27,7 @@
2828
2929 $messages['en'] = array(
3030 'changeauthor' => 'Change revision author',
 31+ 'changeauthor-short' => 'ChangeAuthor',
3132 'changeauthor-desc' => 'Allows changing a revision\'s author',
3233 'changeauthor-title' => 'Change the author of a revision',
3334 'changeauthor-search-box' => 'Search revisions',
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -91,6 +91,7 @@
9292 Change Author
9393 optional = changeauthor-rev
9494 ignored = changeauthor-logpagetext
 95+ignored = changeauthor-short
9596
9697 CharInsert
9798

Status & tagging log