summaryrefslogtreecommitdiffstats
path: root/public_html/data/js/thumbnail-view.js
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-08-18 22:05:05 +0200
committerFlorian Pritz <bluewind@xinu.at>2015-08-18 22:05:05 +0200
commitd8fc5867c2a98e803a12fff62fa78e5c858ac387 (patch)
tree6d2a48335f3e999410ca7e729e229ee516891a4f /public_html/data/js/thumbnail-view.js
parentf88977cfbd4636933c5016c2035b77e5639f6c7e (diff)
Colorbox: Display number of images0.9.6
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'public_html/data/js/thumbnail-view.js')
-rw-r--r--public_html/data/js/thumbnail-view.js2
1 files changed, 1 insertions, 1 deletions
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: '<span class="glyphicon glyphicon-chevron-right"></span>',
previous: '<span class="glyphicon glyphicon-chevron-left"></span>',
close: '<span class="glyphicon glyphicon-remove"></span>',