mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Added text explaining a second copy will be made
This commit is contained in:
parent
f381cf3ae8
commit
9e1bf71233
@ -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, skins and scores?";
|
||||
BodyText = "An existing copy of osu! was found, though.\nWould you like to import your beatmaps, skins and scores?\nThis will create a second copy of all files on disk.";
|
||||
|
||||
Icon = FontAwesome.Solid.Plane;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user