mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 00:15:21 +00:00
chore: correct a typo in popupcontrolwidget.cpp
Correct a typo in popupcontrolwidget.cpp
This commit is contained in:
parent
4ebedb53d2
commit
3a6c41c1ea
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user