From 69a9586f310f98d3fc5db045bc1d5f9cc2b36ee9 Mon Sep 17 00:00:00 2001 From: JappaWakka Date: Thu, 13 Oct 2022 13:26:19 +0200 Subject: [PATCH] Corrected the transfer to pc message --- P3D/Screens/Battle/BattleCatchScreen.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P3D/Screens/Battle/BattleCatchScreen.vb b/P3D/Screens/Battle/BattleCatchScreen.vb index d4c7d4503..97eeb62cf 100644 --- a/P3D/Screens/Battle/BattleCatchScreen.vb +++ b/P3D/Screens/Battle/BattleCatchScreen.vb @@ -325,7 +325,7 @@ nextIndex: Else Dim boxName As String = StorageSystemScreen.GetBoxName(StorageSystemScreen.DepositPokemon(p, Player.Temp.PCBoxIndex)) - s = "It was transfered to Box~""" & boxName & """~on your PC." + s = "It was transfered to Box~""" & boxName & """~on the PC." End If If p.IsShiny = True Then