From 7e184a90ce838300f8566ad30f42653d3d859e63 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 13 Jan 2014 06:50:32 +0400 Subject: [PATCH] minor tweaks... Signed-off-by: Alex A. Naanou --- ui/crop.js | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/ui/crop.js b/ui/crop.js index 771973a2..81717bd7 100755 --- a/ui/crop.js +++ b/ui/crop.js @@ -280,11 +280,11 @@ function filterImagesDialog(){ cfg['sep0'] = '---' cfg['Name'] = '' cfg['Path |' - +'this applies to the non-common\n' - +'part of the relative path.'] = '' + +'This applies to the non-common\n' + +'part of the relative path only.'] = '' cfg['Comment'] = '' cfg['Tags |' - +'an image will match if at least\n' + +'An image will match if at least\n' +'one tag matches'] = '' // XXX date... cfg['Rotated'] = {select: [ @@ -317,8 +317,12 @@ function filterImagesDialog(){ cfg['Keep ribbons'] = false formDialog(null, - 'Filter images | NOTE: all filter text fields\n' - +'support regular expressions.', + 'Filter images |' + +'All filter text fields support\n' + +'regular expressions.\n' + +'\n' + +'Only non-empty fields are used\n' + +'for filtering.', cfg, 'OK', 'filterImagesDialog') @@ -402,6 +406,5 @@ function filterImagesDialog(){ - /********************************************************************** * vim:set ts=4 sw=4 : */