Index: trunk/extensions/UploadWizard/UploadWizard.config.php |
— | — | @@ -337,7 +337,8 @@ |
338 | 338 | // Max number of uploads for a given form |
339 | 339 | 'maxUploads' => 50, |
340 | 340 | |
341 | | - // Minimum length of custom wikitext for a license, if used |
| 341 | + // Minimum length of custom wikitext for a license, if used. It is 6 because at minimum it needs four chars for opening and closing |
| 342 | + // braces, then two chars for a license, e.g. {{xx}} |
342 | 343 | 'minCustomLicenseLength' => 6, |
343 | 344 | |
344 | 345 | // Maximum length of custom wikitext for a license |