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

Adjust error message

This commit is contained in:
Dan Balasescu 2021-11-17 21:06:33 +09:00
parent 96e983bbad
commit 5fb5baa4c9

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 beatmap was not available online. Please remove or replaced the highlighted items.";
ErrorText.Text = "One or more beatmaps were not available online. Please remove or replaced the highlighted items.";
int[] invalidBeatmapIDs = text
.Substring(not_found_prefix.Length + 1)