mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:18:22 +08:00
Merge pull request #24631 from peppy/add-colon-mod-settings
Add missing colon in mod settings tooltip
This commit is contained in:
commit
b1979954f5
@ -72,7 +72,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
var bindable = (IBindable)property.GetValue(this)!;
|
||||
|
||||
if (!bindable.IsDefault)
|
||||
tooltipTexts.Add($"{attr.Label} {bindable}");
|
||||
tooltipTexts.Add($"{attr.Label}: {bindable}");
|
||||
}
|
||||
|
||||
return string.Join(", ", tooltipTexts.Where(s => !string.IsNullOrEmpty(s)));
|
||||
|
Loading…
Reference in New Issue
Block a user