Merge branch 'master' into beatmap_set_overlay_difficulties_ordering

This commit is contained in:
Dean Herbert 2018-04-13 16:48:43 +09:00 committed by GitHub
commit f7c50dee65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 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;

View File

@ -309,11 +309,6 @@ private void load(LocalisationEngine localisation)
Origin = Anchor.TopCentre,
Anchor = Anchor.TopCentre,
},
new MetadataLine("Composer", string.Empty)
{
Origin = Anchor.TopCentre,
Anchor = Anchor.TopCentre,
},
new MetadataLine("Mapper", metadata.AuthorString)
{
Origin = Anchor.TopCentre,