Ranks.Global
GlobalRank
fixes grammar error at 'coming up next' section in schedule screen which displays schedule like "starting an hour ago" for past matches
This also adds conditional checks for displaying the "Close osu!" button
Make tournament strings more consistent
These were measured by pixel-to-pixel comparing master vs this branch in ShareX at the same resolution.
Using an abstract property was awkward for this as it is being consumed in the underlying constructor but could not be dynamically set in time from a derived class.
With(s => ...)
Makes it consistent with TournamentSpriteTextWithBackground