mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 10:47:22 +09:00
Unify error message wording
This commit is contained in:
parent
3afe198d1d
commit
a56a5d563c
@ -61,7 +61,7 @@ namespace osu.Game.Database
|
|||||||
|
|
||||||
if (fileMissing)
|
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…
x
Reference in New Issue
Block a user