mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-22 20:13:06 +00:00
Fix MsgMysteryGiftSlotAlternate Error In MessageStrings_en.txt (#3987)
Close #3986
This commit is contained in:
parent
e735d92218
commit
988a0b5718
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ MsgMysteryGiftSlotEmpty = Empty Slot. No data!
|
|||
MsgMysteryGiftSlotFail = Unable to insert the Mystery Gift.
|
||||
MsgMysteryGiftSlotNone = No Mystery Gift data found in loaded slot!
|
||||
MsgMysteryGiftSlotSpecialReject = Does this Mystery Gift really belong to this game?
|
||||
MsgMysteryGiftSlotAlternate = {0} gift was set to to a {1} slot instead.
|
||||
MsgMysteryGiftSlotAlternate = {0} gift was set to a {1} slot instead.
|
||||
MsgMysteryGiftSlotFailSwap = Can't swap a {0} with a {1}.
|
||||
MsgMysteryGiftQRTypeLength = Decoded data length not valid for loaded save file.
|
||||
MsgMysteryGiftQRReceived = QR Gift Type:
|
||||
|
|
Loading…
Reference in a new issue