mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Make all toolbar tooltips lowercase
This commit is contained in:
@ -17,8 +17,8 @@ namespace osu.Game.Overlays.Toolbar
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
TooltipMain = "Home";
|
||||
TooltipSub = "Return to the main menu";
|
||||
TooltipMain = "home";
|
||||
TooltipSub = "return to the main menu";
|
||||
SetIcon("Icons/Hexacons/home");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user