gah.
authorArne Heizmann <timwi@users.mediawiki.org>
Tue, 10 Aug 2004 22:01:30 +0000 (22:01 +0000)
committerArne Heizmann <timwi@users.mediawiki.org>
Tue, 10 Aug 2004 22:01:30 +0000 (22:01 +0000)
includes/Article.php

index 361b9d4..796bcd8 100644 (file)
@@ -1072,7 +1072,7 @@ class Article {
        function validate ()
        {
                global $wgOut ;
-               $wgOut->setPagetitle( wfMsg( 'validate' ) . " : " . $this->mTitle->getPrefixedText()  );
+               $wgOut->setPagetitle( wfMsg( 'validate' ) . ": " . $this->mTitle->getPrefixedText()  );
                $wgOut->setRobotpolicy( 'noindex,follow' );
                if ( $this->mTitle->getNamespace() != 0 )
                        {