From: Michael Dale Date: Thu, 8 Oct 2009 18:18:42 +0000 (+0000) Subject: * bug 21028 updated title for upload error X-Git-Tag: 1.31.0-rc.0~39343 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=a920d0bd9cc303b536f4d7491fa6c6ca31e5cc57;p=lhc%2Fweb%2Fwiklou.git * bug 21028 updated title for upload error --- diff --git a/includes/specials/SpecialUpload.php b/includes/specials/SpecialUpload.php index d1b7b2f8f7..9025fc2284 100644 --- a/includes/specials/SpecialUpload.php +++ b/includes/specials/SpecialUpload.php @@ -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 );