mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 16:42:57 +08:00
Change "Add more channels" to sentence case in "ChannelList"
This commit is contained in:
parent
1473762e25
commit
7f8e00c1e3
@ -50,7 +50,7 @@ namespace osu.Game.Overlays.Chat.ChannelList
|
||||
{
|
||||
Anchor = Anchor.CentreLeft,
|
||||
Origin = Anchor.CentreLeft,
|
||||
Text = "Add More Channels",
|
||||
Text = "Add more channels",
|
||||
Font = OsuFont.Torus.With(size: 17, weight: FontWeight.SemiBold),
|
||||
Colour = colourProvider.Light3,
|
||||
Margin = new MarginPadding { Bottom = 2 },
|
||||
|
Loading…
Reference in New Issue
Block a user