About to -> you are about to
You're is used in some other places but im lazy Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@ -221,7 +221,7 @@ void OtherLogsPage::on_btnDelete_clicked()
|
||||
return;
|
||||
}
|
||||
if (QMessageBox::question(this, tr("Confirm Deletion"),
|
||||
tr("About to delete: %1\n"
|
||||
tr("You are about to delete \"%1\".\n"
|
||||
"This may be permanent and it will be gone from the logs folder.\n\n"
|
||||
"Are you sure?")
|
||||
.arg(m_currentFile),
|
||||
|
Reference in New Issue
Block a user