1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 07:09:53 +08:00

Merge pull request #9363 from vruss/clarify_import_behaviour

Add text explaining a second copy will be made on importing beatmaps
This commit is contained in:
Dean Herbert
2020-06-25 00:39:39 +09:00
committed by GitHub
Unverified
@@ -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;