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 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) Font = OsuFont.Default.With(size: 40)
}; };