Index: branches/wmf/1.17wmf1/extensions/UploadWizard/resources/mw.UploadWizardDetails.js |
— | — | @@ -701,7 +701,7 @@ |
702 | 702 | _this.upload.detailsProgress = 1.0; |
703 | 703 | _this.upload.state = 'complete'; |
704 | 704 | _this.showIndicator( 'uploaded' ); |
705 | | - _this.setStatus( 'mwe-upwiz-published' ); |
| 705 | + _this.setStatus( gM( 'mwe-upwiz-published' ) ); |
706 | 706 | } else { |
707 | 707 | err( 'details-info-missing', result ); |
708 | 708 | } |