diff options
| author | Méven Car <[email protected]> | 2026-03-03 11:34:29 +0100 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2026-03-03 10:42:29 +0000 |
| commit | fe94f594efce4da83b5751db17310a9e23e53e80 (patch) | |
| tree | 7e010bcbfeee0924dee75b96cdf3c78962e0a568 /src/settings/interface/confirmationssettingspage.cpp | |
| parent | 6ca1492f6c79869a517879a610d48a4c629e7815 (diff) | |
settings: shorten the KDE file operation confirmation text
Diffstat (limited to 'src/settings/interface/confirmationssettingspage.cpp')
| -rw-r--r-- | src/settings/interface/confirmationssettingspage.cpp | 2 |
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); |
