From be3862fa8feb3dd72428d32b0d19ce48bf51dc3e Mon Sep 17 00:00:00 2001 From: glubsy Date: Fri, 29 Jan 2021 18:56:29 +0100 Subject: [PATCH] fix typo --- qt/exclude_list_dialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/exclude_list_dialog.py b/qt/exclude_list_dialog.py index 2c03e4f8..855d6ac4 100644 --- a/qt/exclude_list_dialog.py +++ b/qt/exclude_list_dialog.py @@ -153,7 +153,7 @@ class ExcludeListDialog(QDialog): These (case sensitive) python regular expressions will filter out files during scans.
\ Directores will also have their default state set to Excluded \ in the Directories tab if their name happens to match one of the selected regular expressions.
\ -For each file collected, two tests are perfomed to determine whether or not to completely ignore it:
\ +For each file collected, two tests are performed to determine whether or not to completely ignore it:
\
  • 1. Regular expressions with no path separator in them will be compared to the file name only.
  • 2. Regular expressions with at least one path separator in them will be compared to the full path to the file.

  • Example: if you want to filter out .PNG files from the "My Pictures" directory only:
    \