1
0
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:
Dean Herbert 2020-08-06 12:27:30 +09:00 committed by GitHub
parent bf1bb32674
commit e3f314349a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";
}