mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Tab character
This commit is contained in:
parent
aa9a636c3c
commit
7a4b476121
@ -176,7 +176,7 @@ namespace osu.Game.Overlays
|
||||
|
||||
private string pluralize(string prefix, int value)
|
||||
{
|
||||
return $@"{value} {prefix}" + (value == 1 ? string.Empty : @"s");
|
||||
return $@"{value} {prefix}" + (value == 1 ? string.Empty : @"s");
|
||||
}
|
||||
|
||||
private void recreatePanels(PanelDisplayStyle displayStyle)
|
||||
|
Loading…
Reference in New Issue
Block a user