Remove mediawiki.special.javaScriptTest module
[lhc/web/wiklou.git] / includes / specials / SpecialProtectedtitles.php
index 85ce78f..2c79fec 100644 (file)
@@ -126,7 +126,7 @@ class SpecialProtectedtitles extends SpecialPage {
                        Html::hidden( 'title', $special ) . " \n" .
                        $this->getNamespaceMenu( $namespace ) . " \n" .
                        $this->getLevelMenu( $level ) . " \n" .
-                       " " . Xml::submitButton( $this->msg( 'allpagessubmit' )->text() ) . "\n" .
+                       " " . Xml::submitButton( $this->msg( 'protectedtitles-submit' )->text() ) . "\n" .
                        "</fieldset></form>";
        }