diff --git a/src/tagreader/tagreaderresult.cpp b/src/tagreader/tagreaderresult.cpp index 6b57d4a51..e38124c9c 100644 --- a/src/tagreader/tagreaderresult.cpp +++ b/src/tagreader/tagreaderresult.cpp @@ -37,7 +37,7 @@ QString TagReaderResult::error_string() const { case ErrorCode::FileParseError: return QObject::tr("Could not parse file"); case ErrorCode::FileSaveError: - return QObject::tr("Could save file"); + return QObject::tr("Could not save file"); case ErrorCode::CustomError: return error_text; }