r87312 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87311‎ | r87312 | r87313 >
Date:02:07, 3 May 2011
Author:neilk
Status:ok
Tags:
Comment:
use "donate" message rather than "upload" for big button
Modified paths:
  • /trunk/extensions/UploadWizard/SpecialUploadWizard.php (modified) (history)
  • /trunk/extensions/UploadWizard/resources/mw.UploadWizard.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/SpecialUploadWizard.php
@@ -227,7 +227,7 @@
228228 . '<div id="mwe-upwiz-filelist" class="ui-corner-all"></div>'
229229 . '<div id="mwe-upwiz-upload-ctrls" class="mwe-upwiz-file ui-helper-clearfix">'
230230 . '<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>'
232232 . '</div>'
233233 . '<div id="mwe-upwiz-upload-ctrl-container">'
234234 . '<button id="mwe-upwiz-upload-ctrl">' . wfMsg( "mwe-upwiz-upload" ) . '</button>'
Index: trunk/extensions/UploadWizard/resources/mw.UploadWizard.js
@@ -1155,7 +1155,7 @@
11561156 $j( '#mwe-upwiz-stepdiv-file .mwe-upwiz-buttons' ).hide();
11571157
11581158 // 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' );
11601160 $j( '#mwe-upwiz-add-file-container' ).addClass('mwe-upwiz-add-files-0');
11611161 $j( '#mwe-upwiz-add-file-container' ).removeClass('mwe-upwiz-add-files-n');
11621162

Sign-offs

UserFlagDate
Krinkleinspected23:41, 3 May 2011

Status & tagging log