mirror of
https://github.com/ppy/osu
synced 2025-01-02 20:32:10 +00:00
Lowercase back button
This commit is contained in:
parent
ea24006a66
commit
61d6f52a53
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user