mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 19:36:57 +03:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue