mirror of
https://github.com/ppy/osu
synced 2025-02-01 10:51:53 +00:00
Fix incorrect grammar in hard link explanation text
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
b8904fe747
commit
f4316a9827
@ -129,7 +129,7 @@ namespace osu.Game.Overlays.FirstRunSetup
|
|||||||
copyInformation.Text = "Data migration will use \"hard links\". No extra disk space will be used, and you can delete either data folder at any point without affecting the other installation.";
|
copyInformation.Text = "Data migration will use \"hard links\". No extra disk space will be used, and you can delete either data folder at any point without affecting the other installation.";
|
||||||
}
|
}
|
||||||
else if (RuntimeInfo.OS != RuntimeInfo.Platform.Windows)
|
else if (RuntimeInfo.OS != RuntimeInfo.Platform.Windows)
|
||||||
copyInformation.Text = "Lightweight linking of files are not supported on your operating system yet, so a copy of all files will be made during import.";
|
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
|
else
|
||||||
{
|
{
|
||||||
copyInformation.Text =
|
copyInformation.Text =
|
||||||
|
Loading…
Reference in New Issue
Block a user