1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 23:01:03 +08:00

Merge pull request #2390 from Joehuu/lowercase-back-button

Lowercase back button
This commit is contained in:
Dan Balasescu
2018-04-13 14:25:23 +09:00
committed by GitHub
Unverified
@@ -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;