mirror of
https://github.com/ppy/osu
synced 2025-01-04 21:30:08 +00:00
Remove brackets
This commit is contained in:
parent
a26e7b2680
commit
fb5ef7d2d2
@ -111,6 +111,6 @@ namespace osu.Game.Rulesets.Mods
|
||||
|
||||
public class MuteComboSlider : OsuSliderBar<int>
|
||||
{
|
||||
public override LocalisableString TooltipText => Current.Value == 0 ? "(always muted)" : base.TooltipText;
|
||||
public override LocalisableString TooltipText => Current.Value == 0 ? "always muted" : base.TooltipText;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user