1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 23:41:00 +08:00

Adjust wording

This commit is contained in:
Bartłomiej Dach
2025-05-23 08:09:29 +02:00
Unverified
parent 6a3e9a9093
commit af5a1cea94
+4 -5
View File
@@ -447,12 +447,11 @@ namespace osu.Game
textWriter.WriteLine(@"This folder contains all your user files and configuration.");
textWriter.WriteLine(@"Please DO NOT make manual changes to this folder.");
textWriter.WriteLine();
textWriter.WriteLine(@"The files/ directory inside this directory stores all of your beatmaps, skins, and replays.");
textWriter.WriteLine(@"It is NOT a cache. If you delete it, YOU WILL LOSE DATA.");
textWriter.WriteLine(@"It is NOT ENOUGH to migrate your game files to another PC. If you copy only the files/ directory, YOU WILL LOSE DATA.");
textWriter.WriteLine(@"- If you want to back up your game files, please back up THE ENTIRETY OF THIS DIRECTORY.");
textWriter.WriteLine(@"- If you want to delete all of your game files, please delete THE ENTIRETY OF THIS DIRECTORY.");
textWriter.WriteLine();
textWriter.WriteLine(@"If you want to back up your game files, please back up THE ENTIRETY OF THIS DIRECTORY.");
textWriter.WriteLine(@"If you want to delete all of your game files, please delete THE ENTIRETY OF THIS DIRECTORY.");
textWriter.WriteLine(@"To be very clear, the ""files/"" directory inside this directory stores all the raw pieces of your beatmaps, skins, and replays.");
textWriter.WriteLine(@"Importantly, it is NOT the only directory you need a backup of to avoid losing data. If you copy only the ""files/"" directory, YOU WILL LOSE DATA.");
textWriter.WriteLine();
textWriter.WriteLine(@"For more information on how these files are organised,");
textWriter.WriteLine(@"see https://github.com/ppy/osu/wiki/User-file-storage");