mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 16:32:54 +08:00
Don't use title case
Co-authored-by: Joseph Madamba <madamba.joehu@outlook.com>
This commit is contained in:
parent
bf1bb32674
commit
e3f314349a
@ -11,7 +11,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
public ToolbarBeatmapListingButton()
|
||||
{
|
||||
SetIcon(OsuIcon.ChevronDownCircle);
|
||||
TooltipMain = "Beatmap Listing";
|
||||
TooltipMain = "Beatmap listing";
|
||||
TooltipSub = "Browse for new beatmaps";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user