diff --git a/osu.Game/Overlays/MusicController.cs b/osu.Game/Overlays/MusicController.cs index 665c61edf0..0986c0513c 100644 --- a/osu.Game/Overlays/MusicController.cs +++ b/osu.Game/Overlays/MusicController.cs @@ -41,7 +41,7 @@ namespace osu.Game.Overlays public bool UserPauseRequested { get; private set; } /// - /// Whether control of the global track should be allowed. + /// Whether user control of the global track should be allowed. /// public readonly BindableBool AllowTrackControl = new BindableBool(true);