* bug 21028 updated title for upload error
authorMichael Dale <dale@users.mediawiki.org>
Thu, 8 Oct 2009 18:18:42 +0000 (18:18 +0000)
committerMichael Dale <dale@users.mediawiki.org>
Thu, 8 Oct 2009 18:18:42 +0000 (18:18 +0000)
includes/specials/SpecialUpload.php

index d1b7b2f..9025fc2 100644 (file)
@@ -989,7 +989,7 @@ wgUploadAutoFill = {$autofill};
         */
        function showError( $description ) {
                global $wgOut;
-               $wgOut->setPageTitle( wfMsg( "internalerror" ) );
+               $wgOut->setPageTitle( wfMsg( "upload-file-error" ) );
                $wgOut->setRobotPolicy( "noindex,nofollow" );
                $wgOut->setArticleRelated( false );
                $wgOut->enableClientCache( false );