1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

update supporter note text

Co-authored-by: Dean Herbert <pe@ppy.sh>
This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-08-12 16:54:58 +07:00 committed by GitHub
parent fb7ed08bab
commit 8b29f52d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ namespace osu.Game.Overlays.Changelog
t.Colour = colour.PinkLighter;
})
{
Text = "Not only will you help speed development, but you will also get some extra features and customisations!",
Text = ChangelogStrings.SupportText2.ToString(),
Margin = new MarginPadding { Top = 10 },
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,