Naming consistency with osu!web

This commit is contained in:
voidedWarranties
2020-02-09 20:36:54 -08:00
parent 88a56d00bf
commit 137181017b
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ namespace osu.Game.Rulesets.Catch.Mods
{
public class CatchModDifficultyAdjust : ModDifficultyAdjust
{
[SettingSource("Fruit Size", "Override a beatmap's set CS.", SettingSourceAttribute.FIRST)]
[SettingSource("Circle Size", "Override a beatmap's set CS.", SettingSourceAttribute.FIRST)]
public BindableNumber<float> CircleSize { get; } = new BindableFloat
{
Precision = 0.1f,