mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +08:00
Localise osu!supporter badge.
This commit is contained in:
parent
a0c6945f8f
commit
2cfec1dc32
@ -10,6 +10,7 @@ using osu.Framework.Graphics.Shapes;
|
||||
using osu.Framework.Graphics.Sprites;
|
||||
using osu.Framework.Localisation;
|
||||
using osu.Game.Graphics;
|
||||
using osu.Game.Resources.Localisation.Web;
|
||||
|
||||
namespace osu.Game.Overlays.Profile.Header.Components
|
||||
{
|
||||
@ -19,7 +20,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
||||
private readonly FillFlowContainer iconContainer;
|
||||
private readonly CircularContainer content;
|
||||
|
||||
public LocalisableString TooltipText => "osu!supporter";
|
||||
public LocalisableString TooltipText => UsersStrings.ShowIsSupporter;
|
||||
|
||||
public int SupportLevel
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user