summaryrefslogtreecommitdiff
path: root/src/strings.c
diff options
context:
space:
mode:
authorhuderlem <huderlem@gmail.com>2019-01-03 20:37:25 -0600
committerGitHub <noreply@github.com>2019-01-03 20:37:25 -0600
commitcba2f81bf870734960492b2d586d5a0684d99cf5 (patch)
tree5845c0ad7355d3568637287b19796be4668d1b36 /src/strings.c
parentfd201f8395fccaf26349b352d3b0eda98bec8593 (diff)
parent97ebeef1dbe8b4954d234fda067651f63d7e6360 (diff)
Merge pull request #507 from Tetrable/master
Finish off labeling flags
Diffstat (limited to 'src/strings.c')
-rw-r--r--src/strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings.c b/src/strings.c
index bd8c766de..7b2b5ca4c 100644
--- a/src/strings.c
+++ b/src/strings.c
@@ -390,7 +390,7 @@ const u8 gText_RemoveMailBeforeItem[] = _("MAIL must be removed before\nholding
const u8 gText_PkmnWasGivenItem[] = _("{STR_VAR_1} was given the\n{STR_VAR_2} to hold.{PAUSE_UNTIL_PRESS}");
const u8 gText_SwitchPkmnItem[] = _("{STR_VAR_1} is already holding\none {STR_VAR_2}.\pWould you like to switch the\ntwo items?");
const u8 gText_PkmnNotHolding[] = _("{STR_VAR_1} isn't holding\nanything.{PAUSE_UNTIL_PRESS}");
-const u8 gText_RecievedItemFromPkmn[] = _("Received the {STR_VAR_2}\nfrom {STR_VAR_1}.{PAUSE_UNTIL_PRESS}");
+const u8 gText_ReceivedItemFromPkmn[] = _("Received the {STR_VAR_2}\nfrom {STR_VAR_1}.{PAUSE_UNTIL_PRESS}");
const u8 gText_MailTakenFromPkmn[] = _("MAIL was taken from the\nPOKéMON.{PAUSE_UNTIL_PRESS}");
const u8 gText_SwitchedPkmnItem[] = _("The {STR_VAR_2} was taken and\nreplaced with the {STR_VAR_1}.{PAUSE_UNTIL_PRESS}");
const u8 gText_PkmnHoldingItemCantHoldMail[] = _("This POKéMON is holding an\nitem. It cannot hold MAIL.{PAUSE_UNTIL_PRESS}");