From ae5669fec831d0212f7a9f5711cb26d353301367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophane=20Mayaud?= Date: Tue, 26 Jan 2021 10:19:51 +0100 Subject: [PATCH] feat: minor message change to trash not delete --- comparison.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comparison.cpp b/comparison.cpp index b849e29..d1cce0e 100644 --- a/comparison.cpp +++ b/comparison.cpp @@ -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 >