From 317f696372ef8bbb9f5c338c77df7d54417e8092 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 5 Dec 2013 05:55:14 +0400 Subject: [PATCH] fixed mark dialog text... Signed-off-by: Alex A. Naanou --- ui/marks.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ui/marks.js b/ui/marks.js index beccdddd..1e0eb54d 100755 --- a/ui/marks.js +++ b/ui/marks.js @@ -284,11 +284,7 @@ function markImagesDialog(){ updateStatus('Mark...').show() - var alg = 'Mark images: |'+ - 'Use Esc and Shift-Esc to exit crop modes.'+ - '\n\n'+ - 'NOTE: all crop modes will produce a single ribbon unless\n'+ - 'otherwise stated.' + var alg = 'Mark images:' var cur = toggleImageMark('?') == 'on' ? 'Unmark' : 'Mark'