Index: trunk/extensions/CentralNotice/special/SpecialNoticeTemplate.php |
— | — | @@ -769,7 +769,7 @@ |
770 | 770 | $article = new Article( |
771 | 771 | Title::newFromText( "centralnotice-template-{$name}", NS_MEDIAWIKI ) |
772 | 772 | ); |
773 | | - $article->doDeleteArticle( 'CentralNotice Automated Removal' ); |
| 773 | + $article->doDeleteArticle( 'CentralNotice automated removal' ); |
774 | 774 | } |
775 | 775 | } |
776 | 776 | |