┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2026-03-03 11:34:29 +0100
committerMéven Car <[email protected]>2026-03-03 10:42:29 +0000
commitfe94f594efce4da83b5751db17310a9e23e53e80 (patch)
tree7e010bcbfeee0924dee75b96cdf3c78962e0a568 /src
parent6ca1492f6c79869a517879a610d48a4c629e7815 (diff)
settings: shorten the KDE file operation confirmation text
Diffstat (limited to 'src')
-rw-r--r--src/settings/interface/confirmationssettingspage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/interface/confirmationssettingspage.cpp b/src/settings/interface/confirmationssettingspage.cpp
index b733fa741..589a68cee 100644
--- a/src/settings/interface/confirmationssettingspage.cpp
+++ b/src/settings/interface/confirmationssettingspage.cpp
@@ -47,7 +47,7 @@ ConfirmationsSettingsPage::ConfirmationsSettingsPage(QWidget *parent)
QFormLayout *topLayout = new QFormLayout(this);
topLayout->setFormAlignment(Qt::AlignHCenter);
- QLabel *confirmLabelKde = new QLabel(i18nc("@title:group", "Ask for confirmation in all KDE applications when:"), this);
+ QLabel *confirmLabelKde = new QLabel(i18nc("@title:group", "Ask for confirmation in KDE applications when:"), this);
confirmLabelKde->setWordWrap(true);
m_confirmMoveToTrash = new QCheckBox(i18nc("@option:check Ask for confirmation when", "Moving files or folders to trash"), this);