diff --git a/src/vorta/assets/UI/exclude_dialog.ui b/src/vorta/assets/UI/exclude_dialog.ui index 793ad3fdc..dde665076 100644 --- a/src/vorta/assets/UI/exclude_dialog.ui +++ b/src/vorta/assets/UI/exclude_dialog.ui @@ -6,7 +6,7 @@ 0 0 - 504 + 516 426 @@ -24,7 +24,7 @@ - Custom + Exclude Patterns @@ -97,46 +97,46 @@ - - Exclude If Present - - - - - - true - - - - - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - - - - - - + + Exclude If Present + + + + + + true + + + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + + + + Preview diff --git a/src/vorta/views/exclude_dialog.py b/src/vorta/views/exclude_dialog.py index 261d2667f..7ad307084 100644 --- a/src/vorta/views/exclude_dialog.py +++ b/src/vorta/views/exclude_dialog.py @@ -97,7 +97,7 @@ def __init__(self, profile, parent=None): self.customPresetsHelpText.setText( translate( "CustomPresetsHelp", - "Patterns that you add here will be used to exclude files and folders from the backup. For more info on how to use patterns, see the documentation. To add multiple patterns at once, use the \"Raw\" tab.", # noqa: E501 + "Exclude files and folders from the backup using file name pattern matching (fnmatch) by default. For details on exclusions, see the documentation. To add multiple patterns at once, use the \"Raw\" tab.", # noqa: E501 ) ) self.exclusionPresetsHelpText.setText(