mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 01:39:30 +02:00
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:
@ -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()
|
||||
|
Reference in New Issue
Block a user