mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
856bd8a57b
commit
7e184a90ce
15
ui/crop.js
15
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 : */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user