Offer to import skins on first startup

This commit is contained in:
Dean Herbert
2018-08-31 18:36:35 +09:00
parent e67f63eab6
commit fa569e5ae4
2 changed files with 8 additions and 3 deletions

View File

@ -12,7 +12,7 @@ namespace osu.Game.Screens.Select
public ImportFromStablePopup(Action importFromStable)
{
HeaderText = @"You have no beatmaps!";
BodyText = "An existing copy of osu! was found, though.\nWould you like to import your beatmaps?";
BodyText = "An existing copy of osu! was found, though.\nWould you like to import your beatmaps (and skins)?";
Icon = FontAwesome.fa_plane;