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:
    \