Index: trunk/extensions/UploadWizard/SpecialUploadWizard.php |
— | — | @@ -227,7 +227,7 @@ |
228 | 228 | . '<div id="mwe-upwiz-filelist" class="ui-corner-all"></div>' |
229 | 229 | . '<div id="mwe-upwiz-upload-ctrls" class="mwe-upwiz-file ui-helper-clearfix">' |
230 | 230 | . '<div id="mwe-upwiz-add-file-container" class="mwe-upwiz-add-files-0">' |
231 | | - . '<button id="mwe-upwiz-add-file">' . wfMsg( "mwe-upwiz-add-file-0" ) . '</button>' |
| 231 | + . '<button id="mwe-upwiz-add-file">' . wfMsg( "mwe-upwiz-add-file-0-free" ) . '</button>' |
232 | 232 | . '</div>' |
233 | 233 | . '<div id="mwe-upwiz-upload-ctrl-container">' |
234 | 234 | . '<button id="mwe-upwiz-upload-ctrl">' . wfMsg( "mwe-upwiz-upload" ) . '</button>' |
Index: trunk/extensions/UploadWizard/resources/mw.UploadWizard.js |
— | — | @@ -1155,7 +1155,7 @@ |
1156 | 1156 | $j( '#mwe-upwiz-stepdiv-file .mwe-upwiz-buttons' ).hide(); |
1157 | 1157 | |
1158 | 1158 | // change "add another file" into "click here to add a file" |
1159 | | - $j( '#mwe-upwiz-add-file span' ).msg( 'mwe-upwiz-add-file-0' ); |
| 1159 | + $j( '#mwe-upwiz-add-file span' ).msg( 'mwe-upwiz-add-file-0-free' ); |
1160 | 1160 | $j( '#mwe-upwiz-add-file-container' ).addClass('mwe-upwiz-add-files-0'); |
1161 | 1161 | $j( '#mwe-upwiz-add-file-container' ).removeClass('mwe-upwiz-add-files-n'); |
1162 | 1162 | |