Index: trunk/extensions/UploadWizard/UploadWizard.config.php |
— | — | @@ -265,10 +265,6 @@ |
266 | 266 | 'type' => 'or', |
267 | 267 | 'licenseGroups' => array( |
268 | 268 | array( |
269 | | - 'head' => 'mwe-upwiz-license-none-head', |
270 | | - 'licenses' => array( 'none' ) |
271 | | - ), |
272 | | - array( |
273 | 269 | // This should be a list of all CC licenses we can reasonably expect to find around the web |
274 | 270 | 'head' => 'mwe-upwiz-license-cc-head', |
275 | 271 | 'subhead' => 'mwe-upwiz-license-cc-subhead', |
— | — | @@ -313,6 +309,10 @@ |
314 | 310 | 'special' => 'custom', |
315 | 311 | 'licenses' => array( 'custom' ), |
316 | 312 | ), |
| 313 | + array( |
| 314 | + 'head' => 'mwe-upwiz-license-none-head', |
| 315 | + 'licenses' => array( 'none' ) |
| 316 | + ), |
317 | 317 | ), |
318 | 318 | 'defaults' => array( 'none' ), |
319 | 319 | ), |
Index: trunk/extensions/UploadWizard/UploadWizard.i18n.php |
— | — | @@ -277,8 +277,9 @@ |
278 | 278 | 'mwe-upwiz-license-custom-preview' => 'Preview', |
279 | 279 | |
280 | 280 | 'mwe-upwiz-license-none-head' => 'I found it on the Internet -- I\'m not sure', |
281 | | - 'mwe-upwiz-license-none' => 'Upload {{PLURAL:$1|this file|these files}} without copyright information for now. I understand {{PLURAL:$1|this file|these files}} may be deleted.', |
282 | 281 | |
| 282 | + 'mwe-upwiz-license-none' => 'I believe {{PLURAL:$1|this work is|these works are}} freely licensed or legally in the public domain. I understand that if I do not add the necessary licensing information in a timely fashion the {{PLURAL:$1|file|files}} may be deleted.', |
| 283 | + |
283 | 284 | 'mwe-upwiz-license-confirm-remove' => 'Are you sure you want to remove {{PLURAL:$1|this upload|these uploads}}?', |
284 | 285 | 'mwe-upwiz-license-confirm-remove-title' => 'Confirm remove', |
285 | 286 | |