r68403 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68402‎ | r68403 | r68404 >
Date:11:52, 22 June 2010
Author:neilk
Status:deferred
Tags:
Comment:
requested text changes on thanks page -- caption in thumbnail, use URL address rather than HTML
Modified paths:
  • /trunk/extensions/UploadWizard/UploadWizard.i18n.php (modified) (history)
  • /trunk/extensions/UploadWizard/js/mw.UploadWizard.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/UploadWizard.i18n.php
@@ -82,7 +82,7 @@
8383 'mwe-upwiz-thanks-explain' => 'You can now use {{PLURAL:$1|this file|these files}} on sites like Wikipedia, or link to {{PLURAL:$1|it|them}} on the web.',
8484 'mwe-upwiz-thanks-link' => 'This file is now available at <b><tt>$1</tt></b>.',
8585 'mwe-upwiz-thanks-wikitext' => '<b>To use the file on Wikipedia</b>, copy this text into a page:',
86 - 'mwe-upwiz-thanks-url' => '<b>To link to it in HTML</b>, copy this HTML code:',
 86+ 'mwe-upwiz-thanks-url' => '<b>To link to it in HTML</b>, copy this URL address:',
8787 'mwe-upwiz-upload-error-bad-filename-extension' => 'This wiki does not accept filenames with the extension "$1".',
8888 'mwe-upwiz-upload-error-duplicate' => 'This file was previously uploaded to this wiki.',
8989 'mwe-upwiz-upload-error-stashed-anyway' => 'Upload anyway?',
Index: trunk/extensions/UploadWizard/js/mw.UploadWizard.js
@@ -2379,7 +2379,7 @@
23802380
23812381 thanksDiv.append( thumbnailDiv );
23822382
2383 - var thumbWikiText = "[[" + upload.title + "|thumb]]";
 2383+ var thumbWikiText = "[[" + upload.title + "|thumb|Add caption here]]";
23842384
23852385 thanksDiv.append(
23862386 $j( '<div class="mwe-upwiz-data"></div>' )

Status & tagging log