From d8fc5867c2a98e803a12fff62fa78e5c858ac387 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 18 Aug 2015 22:05:05 +0200 Subject: Colorbox: Display number of images Signed-off-by: Florian Pritz --- public_html/data/js/thumbnail-view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public_html/data/js') diff --git a/public_html/data/js/thumbnail-view.js b/public_html/data/js/thumbnail-view.js index f453f4c1c..613e27b80 100644 --- a/public_html/data/js/thumbnail-view.js +++ b/public_html/data/js/thumbnail-view.js @@ -30,7 +30,7 @@ define(['jquery', 'underscore', 'jquery.colorbox'], function ($, _) { retinaImage: true, maxHeight: "100%", maxWidth: "100%", - title: 'Use h/l or right/left arrow keys or these buttons:', + current: 'Image {current} of {total}. Use h/l or right/left arrow keys or these buttons:', next: '', previous: '', close: '', -- cgit v1.2.3-24-g4f1b