mirror of
https://github.com/ppy/osu
synced 2025-01-31 10:22:02 +00: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))
|
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
|
int[] invalidBeatmapIDs = text
|
||||||
.Substring(not_found_prefix.Length + 1)
|
.Substring(not_found_prefix.Length + 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user