mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
Change name of variable
This commit is contained in:
parent
c6da7248ba
commit
d63be3ff17
@ -136,10 +136,10 @@ namespace osu.Game.Overlays.FirstRunSetup
|
||||
copyInformation.Text = "Lightweight linking of files is not supported on your operating system yet, so a copy of all files will be made during import.";
|
||||
else
|
||||
{
|
||||
string mentionNTFS = RuntimeInfo.OS == RuntimeInfo.Platform.Windows ? " (and the file system is NTFS)." : ".";
|
||||
string mentionNtfs = RuntimeInfo.OS == RuntimeInfo.Platform.Windows ? " (and the file system is NTFS)." : ".";
|
||||
|
||||
copyInformation.Text =
|
||||
$"A second copy of all files will be made during import. To avoid this, please make sure the lazer data folder is on the same drive as your previous osu! install{mentionNTFS}";
|
||||
$"A second copy of all files will be made during import. To avoid this, please make sure the lazer data folder is on the same drive as your previous osu! install{mentionNtfs}";
|
||||
copyInformation.AddLink(GeneralSettingsStrings.ChangeFolderLocation, () =>
|
||||
{
|
||||
game?.PerformFromScreen(menu => menu.Push(new MigrationSelectScreen()));
|
||||
|
Loading…
Reference in New Issue
Block a user