mirror of
https://github.com/ppy/osu
synced 2025-02-18 03:16:57 +00: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)!;
|
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