Index: trunk/extensions/UploadWizard/resources/mw.UploadWizard.js |
— | — | @@ -1715,12 +1715,14 @@ |
1716 | 1716 | deeds, |
1717 | 1717 | _this.uploads.length ); |
1718 | 1718 | |
1719 | | - $j( '<div>' ).html( gM( 'mwe-upwiz-deeds-macro-prompt', _this.uploads.length ) ) |
1720 | | - .insertBefore ( _this.deedChooser.$selector.find( '.mwe-upwiz-deed-ownwork' ) ); |
| 1719 | + $j( '<div>' ) |
| 1720 | + .insertBefore( _this.deedChooser.$selector.find( '.mwe-upwiz-deed-ownwork' ) ) |
| 1721 | + .html( gM( 'mwe-upwiz-deeds-macro-prompt', _this.uploads.length ) ); |
1721 | 1722 | |
1722 | 1723 | if ( _this.uploads.length > 1 ) { |
1723 | | - $j( '<div style="margin-top: 1em">' ).html( gM( 'mwe-upwiz-deeds-custom-prompt' ) ) |
1724 | | - .insertBefore( _this.deedChooser.$selector.find( '.mwe-upwiz-deed-custom' ) ); |
| 1724 | + $j( '<div style="margin-top: 1em">' ) |
| 1725 | + .insertBefore( _this.deedChooser.$selector.find( '.mwe-upwiz-deed-custom' ) ) |
| 1726 | + .html( gM( 'mwe-upwiz-deeds-custom-prompt' ) ); |
1725 | 1727 | } |
1726 | 1728 | |
1727 | 1729 | _this.moveToStep( 'deeds' ); |