Localize comment that is added by processPage.

- Improved: The comment that is added when pages are edited by the maintenance script can now be translated using a message.
This commit is contained in:
Daniel Kraus
2017-09-03 20:02:31 +02:00
parent a0449eaf6d
commit fa9d10bd63
4 changed files with 4 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class Extension {
$content = $source->getContent()->getContentHandler()->unserializeContent( $result );
$source->getPage()->doEditContent(
$content,
"Links to existing pages added by LinkTitles bot.", // TODO: i18n
\wfMessage( 'linktitles-bot-comment', self::URL ),
EDIT_MINOR | EDIT_FORCE_BOT,
false, // baseRevId
$context->getUser()