Fix typo in DataFile.cpp (#7478)
This commit is contained in:
committed by
GitHub
parent
35f350eeff
commit
9a76d31732
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user