1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 11:35:35 +08:00

Localise overlay "Scroll to top" button.

This commit is contained in:
Lucas A 2021-06-30 22:19:04 +02:00
parent 181243d7ce
commit 939b2baafe

View File

@ -12,6 +12,7 @@ using osu.Framework.Graphics.Sprites;
using osu.Framework.Input.Events; using osu.Framework.Input.Events;
using osu.Game.Graphics.Containers; using osu.Game.Graphics.Containers;
using osu.Game.Graphics.UserInterface; using osu.Game.Graphics.UserInterface;
using osu.Game.Resources.Localisation.Web;
using osuTK; using osuTK;
using osuTK.Graphics; using osuTK.Graphics;
@ -118,7 +119,7 @@ namespace osu.Game.Overlays
} }
}); });
TooltipText = "Scroll to top"; TooltipText = CommonStrings.ButtonsBackToTop;
} }
[BackgroundDependencyLoader] [BackgroundDependencyLoader]