Index: trunk/extensions/ChangeAuthor/ChangeAuthor.i18n.php |
— | — | @@ -27,6 +27,7 @@ |
28 | 28 | |
29 | 29 | $messages['en'] = array( |
30 | 30 | 'changeauthor' => 'Change revision author', |
| 31 | + 'changeauthor-short' => 'ChangeAuthor', |
31 | 32 | 'changeauthor-desc' => 'Allows changing a revision\'s author', |
32 | 33 | 'changeauthor-title' => 'Change the author of a revision', |
33 | 34 | 'changeauthor-search-box' => 'Search revisions', |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -91,6 +91,7 @@ |
92 | 92 | Change Author |
93 | 93 | optional = changeauthor-rev |
94 | 94 | ignored = changeauthor-logpagetext |
| 95 | +ignored = changeauthor-short |
95 | 96 | |
96 | 97 | CharInsert |
97 | 98 | |