Added a newline to the "game already exists" message for clearer prompts

This commit is contained in:
jp64k
2025-12-09 04:57:35 +01:00
parent 769358b999
commit b06ee70c38

View File

@@ -3141,7 +3141,7 @@ Please visit our Telegram (https://t.me/VRPirates) or Discord (https://discord.g
else
{
DialogResult res = FlexibleMessageBox.Show(Program.form,
$"{gameName} already exists in destination directory.\n" +
$"{gameName} already exists in destination directory.\n\n" +
"Yes = Overwrite and re-download.\n" +
"No = Use existing files and install from them.",
"Download again?", MessageBoxButtons.YesNo);