chore: correct a typo in popupcontrolwidget.cpp

Correct a typo in popupcontrolwidget.cpp
This commit is contained in:
Felix Yan 2023-02-21 08:28:10 +02:00 committed by Tsic
parent 4ebedb53d2
commit 3a6c41c1ea

View File

@ -66,7 +66,7 @@ void PopupControlWidget::clearTrashFloder()
{
QString ClearTrashMutliple = qApp->translate("DialogManager", "Are you sure you want to empty %1 items?");
// show confrim dialog
// show confirm dialog
DDialog d;
QStringList buttonTexts;
buttonTexts << qApp->translate("DialogManager", "Cancel") << qApp->translate("DialogManager", "Delete");