Index: trunk/extensions/UploadWizard/UploadWizard.i18n.php |
— | — | @@ -82,7 +82,7 @@ |
83 | 83 | '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.', |
84 | 84 | 'mwe-upwiz-thanks-link' => 'This file is now available at <b><tt>$1</tt></b>.', |
85 | 85 | '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:', |
87 | 87 | 'mwe-upwiz-upload-error-bad-filename-extension' => 'This wiki does not accept filenames with the extension "$1".', |
88 | 88 | 'mwe-upwiz-upload-error-duplicate' => 'This file was previously uploaded to this wiki.', |
89 | 89 | 'mwe-upwiz-upload-error-stashed-anyway' => 'Upload anyway?', |
Index: trunk/extensions/UploadWizard/js/mw.UploadWizard.js |
— | — | @@ -2379,7 +2379,7 @@ |
2380 | 2380 | |
2381 | 2381 | thanksDiv.append( thumbnailDiv ); |
2382 | 2382 | |
2383 | | - var thumbWikiText = "[[" + upload.title + "|thumb]]"; |
| 2383 | + var thumbWikiText = "[[" + upload.title + "|thumb|Add caption here]]"; |
2384 | 2384 | |
2385 | 2385 | thanksDiv.append( |
2386 | 2386 | $j( '<div class="mwe-upwiz-data"></div>' ) |