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

Adjust error message, take 2

This commit is contained in:
Dean Herbert 2021-11-17 21:11:37 +09:00
parent 5fb5baa4c9
commit 214705f1e5

View File

@ -355,7 +355,7 @@ namespace osu.Game.Screens.OnlinePlay.Playlists
if (text.StartsWith(not_found_prefix, StringComparison.Ordinal))
{
ErrorText.Text = "One or more beatmaps were not available online. Please remove or replaced the highlighted items.";
ErrorText.Text = "One or more beatmaps were not available online. Please remove or replace the highlighted items.";
int[] invalidBeatmapIDs = text
.Substring(not_found_prefix.Length + 1)