minor tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2014-01-13 06:50:32 +04:00
parent 856bd8a57b
commit 7e184a90ce

View File

@ -280,11 +280,11 @@ function filterImagesDialog(){
cfg['sep0'] = '---' cfg['sep0'] = '---'
cfg['Name'] = '' cfg['Name'] = ''
cfg['Path |' cfg['Path |'
+'this applies to the non-common\n' +'This applies to the non-common\n'
+'part of the relative path.'] = '' +'part of the relative path only.'] = ''
cfg['Comment'] = '' cfg['Comment'] = ''
cfg['Tags |' cfg['Tags |'
+'an image will match if at least\n' +'An image will match if at least\n'
+'one tag matches'] = '' +'one tag matches'] = ''
// XXX date... // XXX date...
cfg['Rotated'] = {select: [ cfg['Rotated'] = {select: [
@ -317,8 +317,12 @@ function filterImagesDialog(){
cfg['Keep ribbons'] = false cfg['Keep ribbons'] = false
formDialog(null, formDialog(null,
'Filter images | NOTE: all filter text fields\n' 'Filter images |'
+'support regular expressions.', +'All filter text fields support\n'
+'regular expressions.\n'
+'\n'
+'Only non-empty fields are used\n'
+'for filtering.',
cfg, cfg,
'OK', 'OK',
'filterImagesDialog') 'filterImagesDialog')
@ -402,6 +406,5 @@ function filterImagesDialog(){
/********************************************************************** /**********************************************************************
* vim:set ts=4 sw=4 : */ * vim:set ts=4 sw=4 : */