mirror of https://github.com/ppy/osu
Unify error message wording
This commit is contained in:
parent
3afe198d1d
commit
a56a5d563c
|
@ -61,7 +61,7 @@ public override void ExportToStream(TModel model, Stream outputStream, ProgressN
|
|||
|
||||
if (fileMissing)
|
||||
{
|
||||
Logger.Log("Some of model files are missing, they will not be included in the archive", LoggingTarget.Database, LogLevel.Error);
|
||||
Logger.Log("Some files are missing in local storage and will not be included in the export", LoggingTarget.Database, LogLevel.Error);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue