mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +08: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