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:
parent
5fb5baa4c9
commit
214705f1e5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user