Lowercase back button

This commit is contained in:
Joehu 2018-04-12 08:26:25 -07:00
parent ea24006a66
commit 61d6f52a53
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ public class BackButton : TwoLayerButton
{
public BackButton()
{
Text = @"Back";
Text = @"back";
Icon = FontAwesome.fa_osu_left_o;
Anchor = Anchor.BottomLeft;
Origin = Anchor.BottomLeft;