mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Lowercase back button
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user