From ecfdd50323a09da849d6b46e886b0a3105a27484 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Fri, 8 Jul 2016 17:23:43 +0100 Subject: [PATCH] Clarify functionality of 'captionLength' in GalleryOptions Change-Id: Ieaacec06282785d789ed89acc984b4dff4ad4460 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ]; -- 2.20.1