mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 03:59:53 +08:00
Merge pull request #2390 from Joehuu/lowercase-back-button
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