X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fmail%2FEmailNotification.php;h=2931d9dd3ccc8339b7a9cc87ee265bd8f48da2fa;hb=f7b1b48c4e2c92baad49951b73bc08e67ca32b85;hp=d66e7e37b647a21b2efecf39e73443b612cc9109;hpb=50f1de243986a1d006fb4500fb19e5fa88cce336;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/mail/EmailNotification.php b/includes/mail/EmailNotification.php index d66e7e37b6..2931d9dd3c 100644 --- a/includes/mail/EmailNotification.php +++ b/includes/mail/EmailNotification.php @@ -43,7 +43,8 @@ use MediaWiki\MediaWikiServices; * of sending out bulk mails (bcc:user1,user2...) for all these users having the * same timeoffset in their preferences. * - * Visit the documentation pages under http://meta.wikipedia.com/Enotif + * Visit the documentation pages under + * https://www.mediawiki.org/wiki/Help:Watching_pages */ class EmailNotification { @@ -342,7 +343,7 @@ class EmailNotification { $keys['$PAGETITLE'] = $this->title->getPrefixedText(); $keys['$PAGETITLE_URL'] = $this->title->getCanonicalURL(); $keys['$PAGEMINOREDIT'] = $this->minorEdit ? - wfMessage( 'minoredit' )->inContentLanguage()->text() : ''; + wfMessage( 'enotif_minoredit' )->inContentLanguage()->text() : ''; $keys['$UNWATCHURL'] = $this->title->getCanonicalURL( 'action=unwatch' ); if ( $this->editor->isAnon() ) {