minor tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-12-15 02:55:05 +04:00
parent 0c3765166c
commit c1575f69c4
2 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ function setupBookmarks(viewer){
// XXX make this viewer specific...
showContextIndicator(
'current-image-bookmarked',
'Image is bookmarked (ctrl-B)')
'Bookmarked (ctrl-B)')
.click(function(){ toggleBookmark() })
return viewer

View File

@ -492,7 +492,7 @@ function setupMarks(viewer){
.click(function(){ toggleMarkedOnlyView() })
showContextIndicator(
'current-image-marked',
'Image is marked (Ins)')
'Marked (Ins)')
.click(function(){ toggleMark() })
return viewer