mirror of https://github.com/ppy/osu
Lowercase back button
This commit is contained in:
parent
ea24006a66
commit
61d6f52a53
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue