Lowercase back button

This commit is contained in:
Joehu 2018-04-12 08:26:25 -07:00
parent ea24006a66
commit 61d6f52a53

View File

@ -10,7 +10,7 @@ namespace osu.Game.Graphics.UserInterface
{
public BackButton()
{
Text = @"Back";
Text = @"back";
Icon = FontAwesome.fa_osu_left_o;
Anchor = Anchor.BottomLeft;
Origin = Anchor.BottomLeft;