fix tooltip capitalization

This commit is contained in:
Revel
2020-01-14 14:26:54 -05:00
parent e308845faf
commit a86fb2113e
15 changed files with 17 additions and 17 deletions

View File

@ -104,7 +104,7 @@ namespace osu.Game.Graphics.UserInterface
private class CapsWarning : SpriteIcon, IHasTooltip
{
public string TooltipText => @"Caps lock is active";
public string TooltipText => @"caps lock is active";
public CapsWarning()
{