r57528 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57527‎ | r57528 | r57529 >
Date:18:18, 8 October 2009
Author:dale
Status:ok
Tags:
Comment:
* bug 21028 updated title for upload error
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUpload.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUpload.php
@@ -989,7 +989,7 @@
990990 */
991991 function showError( $description ) {
992992 global $wgOut;
993 - $wgOut->setPageTitle( wfMsg( "internalerror" ) );
 993+ $wgOut->setPageTitle( wfMsg( "upload-file-error" ) );
994994 $wgOut->setRobotPolicy( "noindex,nofollow" );
995995 $wgOut->setArticleRelated( false );
996996 $wgOut->enableClientCache( false );

Status & tagging log