[utilities/kdebugsettings] src/quickapps/qml: Fix title

Laurent Montel <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 955799413ca272c0ba0c85c3ccb87da1250b3e78 by Laurent Montel.
Committed on 23/07/2026 at 21:01.
Pushed by mlaurent into branch 'master'.

Fix title

M  +1    -1    src/quickapps/qml/EditCustomRuleDialog.qml

https://invent.kde.org/utilities/kdebugsettings/-/commit/955799413ca272c0ba0c85c3ccb87da1250b3e78

diff --git a/src/quickapps/qml/EditCustomRuleDialog.qml b/src/quickapps/qml/EditCustomRuleDialog.qml
index cfcec2e8..74d11c73 100644
--- a/src/quickapps/qml/EditCustomRuleDialog.qml
+++ b/src/quickapps/qml/EditCustomRuleDialog.qml
@@ -8,7 +8,7 @@ import org.kde.kdebugsettings
 
 Kirigami.Dialog {
     id: dialog
-    title: i18nc("@title:window", "Edit Custom Rule")
+    title: editMode ? i18nc("@title:window", "Edit Custom Rule") : i18nc("@title:window", "Create Custom Rule")
     clip: true
     showCloseButton: false
     property alias categoryName: categoryNameField.text
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.