From b685a5db8c17bd47653481d3f3ef1eae04805c44 Mon Sep 17 00:00:00 2001
From: Vandal <86826719+VandalByte@users.noreply.github.com>
Date: Thu, 20 Feb 2025 21:41:28 +0530
Subject: [PATCH 1/2] Made clarity changes to exclude dialog
---
src/vorta/assets/UI/exclude_dialog.ui | 84 +++++++++++++--------------
src/vorta/views/exclude_dialog.py | 2 +-
2 files changed, 43 insertions(+), 43 deletions(-)
diff --git a/src/vorta/assets/UI/exclude_dialog.ui b/src/vorta/assets/UI/exclude_dialog.ui
index 793ad3fdc..55dff4885 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 Files and Folders
-
@@ -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(
From bad82760de15c4b9963bacefb1d428ceffba31a6 Mon Sep 17 00:00:00 2001
From: Vandal <86826719+VandalByte@users.noreply.github.com>
Date: Wed, 5 Mar 2025 21:33:36 +0530
Subject: [PATCH 2/2] Changed the tab title
---
src/vorta/assets/UI/exclude_dialog.ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/vorta/assets/UI/exclude_dialog.ui b/src/vorta/assets/UI/exclude_dialog.ui
index 55dff4885..dde665076 100644
--- a/src/vorta/assets/UI/exclude_dialog.ui
+++ b/src/vorta/assets/UI/exclude_dialog.ui
@@ -24,7 +24,7 @@
- Exclude Files and Folders
+ Exclude Patterns
-