Fix typo in DataFile.cpp (#7478)

This commit is contained in:
Grzegorz Pruchniakowski
2024-09-02 16:44:44 +02:00
committed by GitHub
parent 35f350eeff
commit 9a76d31732

View File

@@ -414,7 +414,7 @@ bool DataFile::writeFile(const QString& filename, bool withResources)
if (!outfile.commit())
{
showError(SongEditor::tr("Could not write file"),
SongEditor::tr("An unknown error has occured and the file could not be saved."));
SongEditor::tr("An unknown error has occurred and the file could not be saved."));
return false;
}