NOISSUE fix typo when deleting log files
"Do you really want to these files?" was missing "delete".
This commit is contained in:
parent
642c3f1d09
commit
257f8ca9fd
@ -200,7 +200,7 @@ void OtherLogsPage::on_btnClean_clicked()
|
||||
}
|
||||
else
|
||||
{
|
||||
messageBox->setText(tr("Do you really want to these files?\n%1").arg(toDelete.join('\n')));
|
||||
messageBox->setText(tr("Do you really want to delete these files?\n%1").arg(toDelete.join('\n')));
|
||||
}
|
||||
messageBox->setStandardButtons(QMessageBox::Ok | QMessageBox::Cancel);
|
||||
messageBox->setDefaultButton(QMessageBox::Ok);
|
||||
|
Loading…
Reference in New Issue
Block a user