diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-13 19:42:03 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-13 19:42:03 +0100 |
commit | ea575ee217233655291e3e577f439116b1c50907 (patch) | |
tree | 737429ee255fdbef6ba1b3fab37d177b0e44257d /src | |
parent | 4d615350c87e65a68f095fcb4212926a6b31a85a (diff) |
fix typo in a string
Diffstat (limited to 'src')
-rw-r--r-- | src/berry_blender.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/berry_blender.c b/src/berry_blender.c index cc56f15f7..8e5a51845 100644 --- a/src/berry_blender.c +++ b/src/berry_blender.c @@ -74,7 +74,7 @@ const u8 sText_WouldLikeToBlendAnotherBerry[] = _("Would you like to blend anoth const u8 sText_RunOutOfBerriesForBlending[] = _("You’ve run out of BERRIES for\nblending in the BERRY BLENDER.\p"); const u8 sText_YourPokeblockCaseIsFull[] = _("Your {POKEBLOCK} CASE is full.\p"); const u8 sText_HasNoBerriesToPut[] = _(" has no BERRIES to put in\nthe BERRY BLENDER."); -const u8 ApostropheSPokeblockCaseIsFull[] = _("’s {POKEBLOCK} CASE is full.\p"); +const u8 sText_ApostropheSPokeblockCaseIsFull[] = _("’s {POKEBLOCK} CASE is full.\p"); const u8 sText_BlendingResults[] = _("RESULTS OF BLENDING"); static const u8 sText_BerryUsed[] = _("BERRY USED"); const u8 sText_SpaceBerry[] = _(" BERRY"); |