shorten the KDE confirmation text

This commit is contained in:
Méven Car 2024-07-20 14:06:49 +02:00
parent 931cafa209
commit 96de30f1b2

View file

@ -46,7 +46,7 @@ ConfirmationsSettingsPage::ConfirmationsSettingsPage(QWidget *parent)
{
QFormLayout *topLayout = new QFormLayout(this);
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);