diff --git a/src/ioslaves/trash/kcmtrash.cpp b/src/ioslaves/trash/kcmtrash.cpp --- a/src/ioslaves/trash/kcmtrash.cpp +++ b/src/ioslaves/trash/kcmtrash.cpp @@ -257,8 +257,8 @@ mUseTimeLimit = new QCheckBox(i18n("Delete files older than:"), this); mUseTimeLimit->setWhatsThis(xi18nc("@info:whatsthis", - "Check this box to allow automatic deletion of files that are older than the value specified. " - "Leave this disabled to not automatically delete any items after a certain timespan")); + "Check this box to allow automatic deletion of files that are older than the value specified. " + "Leave this disabled to not automatically delete any items after a certain timespan")); daysLayout->addWidget(mUseTimeLimit); mDays = new QSpinBox(this);