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:
@ -2095,7 +2095,7 @@ void MainWindow::on_actionDeleteInstance_triggered()
|
||||
auto id = m_selectedInstance->id();
|
||||
|
||||
auto response = CustomMessageBox::selectable(this, tr("Confirm Deletion"),
|
||||
tr("About to delete: %1\n"
|
||||
tr("You are about to delete \"%1\".\n"
|
||||
"This may be permanent and will completely delete the instance.\n\n"
|
||||
"Are you sure?")
|
||||
.arg(m_selectedInstance->name()),
|
||||
|
Reference in New Issue
Block a user