Qt: Typo fix and some cleanup

This commit is contained in:
Alexander Babikov
2025-08-14 05:53:26 +05:00
parent 148d4733dc
commit 20259c0fa8
27 changed files with 54 additions and 204 deletions

View File

@@ -308,7 +308,7 @@ illegal_chars:
if (QDir(selected_sysconfig->config_dir + "/nvr/").removeRecursively())
QMessageBox::information(this, tr("Success"), tr("Successfully wiped the NVRAM contents of the virtual machine \"%1\"").arg(selected_sysconfig->displayName));
else {
QMessageBox::critical(this, tr("Error"), tr("An error occured trying to wipe the NVRAM contents of the virtual machine \"%1\"").arg(selected_sysconfig->displayName));
QMessageBox::critical(this, tr("Error"), tr("An error occurred trying to wipe the NVRAM contents of the virtual machine \"%1\"").arg(selected_sysconfig->displayName));
}
}
});