r87452 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87451‎ | r87452 | r87453 >
Date:20:43, 4 May 2011
Author:catrope
Status:ok
Tags:
Comment:
1.17wmf1: Merge UploadWizard to trunk state again, picking up r87450
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/UploadWizard/resources/mw.UploadWizardDetails.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/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 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87450should have added the message string, not the message keyneilk20:39, 4 May 2011

Status & tagging log