1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00

Reword StableDirectoryLocationDialog header

Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
Lucas A 2021-05-13 15:17:33 +02:00
parent f60dbbfbbd
commit bec06cfac7

View File

@ -18,7 +18,7 @@ namespace osu.Game.Overlays.Settings.Sections.Maintenance
protected override OsuSpriteText CreateHeader() => new OsuSpriteText
{
Text = "Please select stable location",
Text = "Please select your osu!stable install location",
Font = OsuFont.Default.With(size: 40)
};