From: Ed Sanders Date: Fri, 8 Jul 2016 16:23:43 +0000 (+0100) Subject: Clarify functionality of 'captionLength' in GalleryOptions X-Git-Tag: 1.31.0-rc.0~6351^2~1 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=ecfdd50323a09da849d6b46e886b0a3105a27484;p=lhc%2Fweb%2Fwiklou.git Clarify functionality of 'captionLength' in GalleryOptions Change-Id: Ieaacec06282785d789ed89acc984b4dff4ad4460 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f176556c48..f6611acad0 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1444,7 +1444,7 @@ $wgGalleryOptions = [ 'imagesPerRow' => 0, // Default number of images per-row in the gallery. 0 -> Adapt to screensize 'imageWidth' => 120, // Width of the cells containing images in galleries (in "px") 'imageHeight' => 120, // Height of the cells containing images in galleries (in "px") - 'captionLength' => 25, // Length of caption to truncate (in characters) + 'captionLength' => 25, // Length to truncate filename to in caption when using "showfilename" 'showBytes' => true, // Show the filesize in bytes in categories 'mode' => 'traditional', ];