From 9a76d31732819268c99f0136bd70c0f2d59f4ca1 Mon Sep 17 00:00:00 2001 From: Grzegorz Pruchniakowski Date: Mon, 2 Sep 2024 16:44:44 +0200 Subject: [PATCH] Fix typo in DataFile.cpp (#7478) --- src/core/DataFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/DataFile.cpp b/src/core/DataFile.cpp index 3e7d6d8b6..8bd3a776b 100644 --- a/src/core/DataFile.cpp +++ b/src/core/DataFile.cpp @@ -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; }