Misc. typos

Found via ` codespell -q 3 -S *.ts,*.xml -L ba,froms,seeked`
This commit is contained in:
luz.paz
2019-04-24 11:34:56 -04:00
parent c5f63ec2c5
commit 52d03aacd6
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -479,7 +479,7 @@ void PreferencesDialog::delete_all_previews() {
delete_previews(1);
QMessageBox::information(this,
tr("Previews Deleted"),
tr("All previews deleted succesfully. You may have to re-open your current project for changes to take effect."),
tr("All previews deleted successfully. You may have to re-open your current project for changes to take effect."),
QMessageBox::Ok);
}
}