diff options
Diffstat (limited to 'public_html/data/js/thumbnail-view.js')
-rw-r--r-- | public_html/data/js/thumbnail-view.js | 2 |
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>', |