Make all toolbar tooltips lowercase

This commit is contained in:
Joehu
2020-09-06 10:13:06 -07:00
parent a0bc376446
commit b4b9c71f00
9 changed files with 11 additions and 11 deletions

View File

@ -19,8 +19,8 @@ namespace osu.Game.Overlays
public class NotificationOverlay : OsuFocusedOverlayContainer, INamedOverlayComponent
{
public string IconTexture => "Icons/Hexacons/notification";
public string Title => "Notifications";
public string Description => "Waiting for 'ya";
public string Title => "notifications";
public string Description => "waiting for 'ya";
private const float width = 320;