mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:43:20 +08:00
Add missing colon in mod settings tooltip
This commit is contained in:
parent
71ec29041b
commit
91c2cadb47
@ -72,7 +72,7 @@ namespace osu.Game.Rulesets.Mods
|
|||||||
var bindable = (IBindable)property.GetValue(this)!;
|
var bindable = (IBindable)property.GetValue(this)!;
|
||||||
|
|
||||||
if (!bindable.IsDefault)
|
if (!bindable.IsDefault)
|
||||||
tooltipTexts.Add($"{attr.Label} {bindable}");
|
tooltipTexts.Add($"{attr.Label}: {bindable}");
|
||||||
}
|
}
|
||||||
|
|
||||||
return string.Join(", ", tooltipTexts.Where(s => !string.IsNullOrEmpty(s)));
|
return string.Join(", ", tooltipTexts.Where(s => !string.IsNullOrEmpty(s)));
|
||||||
|
Loading…
Reference in New Issue
Block a user