This commit is contained in:
Manu
2022-11-28 11:40:08 +01:00
parent 26970d4023
commit 113adcfffa

View File

@@ -181,7 +181,7 @@ namespace SwitchGiftDataManager.WinForm
if(CurrentGame is Games.SCVI)
{
var warning = "WARNING\n\n" +
"WCID editings in SV wondecards might impact the entity's TID and SID, resulting in an illegal Pok<6F>mon.\n" +
"WCID editings in SV wondercards might impact the entity's TID and SID, resulting in an illegal Pok<6F>mon.\n" +
"Do not share Pok<6F>mon obtained with the use of edited wondercards.\n" +
"\nDo you want to coninue?";
var disclaimer = MessageBox.Show(warning, "Disclaimer", MessageBoxButtons.YesNo);