1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 23:12:56 +08:00

Unify error message wording

This commit is contained in:
Bartłomiej Dach 2023-05-06 19:38:05 +02:00
parent 3afe198d1d
commit a56a5d563c
No known key found for this signature in database

View File

@ -61,7 +61,7 @@ namespace osu.Game.Database
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);
}
}
}