mirror of https://github.com/ppy/osu
Fixed grammatical error in ChangelogSupporterPromo
This commit is contained in:
parent
87434333d2
commit
d8fe98fe12
|
@ -126,7 +126,7 @@ private void load(OsuColour colour, TextureStore textures)
|
|||
};
|
||||
|
||||
supportLinkText.AddText("Support further development of osu! and ");
|
||||
supportLinkText.AddLink("become and osu!supporter", "https://osu.ppy.sh/home/support", t => t.Font = t.Font.With(weight: FontWeight.Bold));
|
||||
supportLinkText.AddLink("become an osu!supporter", "https://osu.ppy.sh/home/support", t => t.Font = t.Font.With(weight: FontWeight.Bold));
|
||||
supportLinkText.AddText(" today!");
|
||||
|
||||
imageContainer.Children = new Drawable[]
|
||||
|
|
Loading…
Reference in New Issue