Skip to content

Commit

Permalink
feat: minor message change to trash not delete
Browse files Browse the repository at this point in the history
  • Loading branch information
theophanemayaud committed Feb 22, 2021
1 parent a4d1abe commit ae5669f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comparison.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ void Comparison::deleteVideo(const int &side)
}
if(ui->disableDeleteConfirmationCheckbox->isChecked() ||
QMessageBox::question(this, "Delete file",
QString("Are you sure you want to delete this file?\n\n%1")
QString("Are you sure you want to move this file to trash?\n\n%1")
.arg(onlyFilename), QMessageBox::Yes, QMessageBox::No) == QMessageBox::Yes)
{
// if(!QFile::remove(filename)) // THEO moveToTrash(filename)) only on qt5.15 or >
Expand Down

0 comments on commit ae5669f

Please sign in to comment.