Merge pull request #6179 from revelsix/leaderboard-mod-filter

Reduce ambiguity of leaderboard mod filter button
This commit is contained in:
Dean Herbert 2019-09-20 12:31:36 +09:00 committed by GitHub
commit c5474bc2ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ namespace osu.Game.Screens.Select
{ {
Anchor = Anchor.BottomRight, Anchor = Anchor.BottomRight,
Origin = Anchor.BottomRight, Origin = Anchor.BottomRight,
Text = @"Mods", Text = @"Selected Mods",
Alpha = 0, Alpha = 0,
}, },
}; };