Index: trunk/extensions/UploadWizard/UploadWizard.i18n.php |
— | — | @@ -396,6 +396,7 @@ |
397 | 397 | 'uploadwizard-desc' => 'Description of extension. It refers to [http://blog.wikimedia.org/blog/2009/07/02/ford-foundation-awards-300k-grant-for-wikimedia-commons/ this event], i.e. the development was paid with this $300,000 grant.', |
398 | 398 | 'mwe-upwiz-uploadcampaigns' => 'Special page title. Can also be worded as "campaigns for the promotion of uploading".', |
399 | 399 | 'mwe-upwiz-uploadcampaign' => 'Special page title.', |
| 400 | + 'action-upwizcampaigns' => '{{doc-action|upwizcampaigns}}', |
400 | 401 | 'right-upwizcampaigns' => '{{doc-right|upwizcampaigns}} |
401 | 402 | |
402 | 403 | "Upload campaign" can also be worded as "a campaign for the promotion of uploading".', |
Index: trunk/extensions/UploadWizard/resources/mw.UploadWizardUpload.js |
— | — | @@ -487,7 +487,7 @@ |
488 | 488 | if (!mw.isDefined( props ) ) { |
489 | 489 | props = []; |
490 | 490 | } |
491 | | - |
| 491 | + |
492 | 492 | var params = { |
493 | 493 | 'prop': 'stashimageinfo', |
494 | 494 | 'siifilekey': _this.fileKey, |