1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 13:03:21 +08:00

Remove "jukebox" terminology

This commit is contained in:
Dean Herbert 2019-08-13 12:06:57 +09:00
parent 6328fd9363
commit f3380c9372
2 changed files with 4 additions and 4 deletions

View File

@ -124,13 +124,13 @@ namespace osu.Game.Input.Bindings
QuickExit,
// Game-wide beatmap jukebox keybindings
[Description("Jukebox next track")]
[Description("Next track")]
MusicNext,
[Description("Jukebox previous track")]
[Description("Previous track")]
MusicPrev,
[Description("Jukebox play / pause current track")]
[Description("Play / pause")]
MusicPlay,
}
}

View File

@ -301,7 +301,7 @@ namespace osu.Game
}, $"watch {databasedScoreInfo}", bypassScreenAllowChecks: true);
}
#region Beatmap jukebox progression
#region Beatmap progression
private void beatmapChanged(ValueChangedEvent<WorkingBeatmap> beatmap)
{