r87450 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87449‎ | r87450 | r87451 >
Date:20:39, 4 May 2011
Author:neilk
Status:ok
Tags:
Comment:
should have added the message string, not the message key
Modified paths:
  • /trunk/extensions/UploadWizard/resources/mw.UploadWizardDetails.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/resources/mw.UploadWizardDetails.js
@@ -701,7 +701,7 @@
702702 _this.upload.detailsProgress = 1.0;
703703 _this.upload.state = 'complete';
704704 _this.showIndicator( 'uploaded' );
705 - _this.setStatus( 'mwe-upwiz-published' );
 705+ _this.setStatus( gM( 'mwe-upwiz-published' ) );
706706 } else {
707707 err( 'details-info-missing', result );
708708 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r874521.17wmf1: Merge UploadWizard to trunk state again, picking up r87450catrope20:43, 4 May 2011

Status & tagging log