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
commit 0871c16075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;