Index: trunk/phase3/includes/specials/SpecialUpload.php |
— | — | @@ -989,7 +989,7 @@ |
990 | 990 | */ |
991 | 991 | function showError( $description ) { |
992 | 992 | global $wgOut; |
993 | | - $wgOut->setPageTitle( wfMsg( "internalerror" ) ); |
| 993 | + $wgOut->setPageTitle( wfMsg( "upload-file-error" ) ); |
994 | 994 | $wgOut->setRobotPolicy( "noindex,nofollow" ); |
995 | 995 | $wgOut->setArticleRelated( false ); |
996 | 996 | $wgOut->enableClientCache( false ); |