diff options
author | Melody <melody@pallet.town> | 2018-12-07 10:41:08 -0500 |
---|---|---|
committer | Melody <melody@pallet.town> | 2018-12-07 10:41:08 -0500 |
commit | 2615ece23bd9463f3e43fca40eac1adcabeb2813 (patch) | |
tree | 8b709c353e69320807196c340f63191e716bd406 /src/berry_blender.c | |
parent | 6df2042b3b3ea8e7bf61cfd95bd24ee06e7b4b32 (diff) |
Use normal apostrophes like adults
Diffstat (limited to 'src/berry_blender.c')
-rw-r--r-- | src/berry_blender.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/berry_blender.c b/src/berry_blender.c index 7320e905f..121831e1b 100644 --- a/src/berry_blender.c +++ b/src/berry_blender.c @@ -260,10 +260,10 @@ static const u8 sText_PressAToStart[] = _("Press the A Button to start."); static const u8 sText_PleaseWaitAWhile[] = _("Please wait a while."); static const u8 sText_CommunicationStandby[] = _("Communication standby…"); static const u8 sText_WouldLikeToBlendAnotherBerry[] = _("Would you like to blend another BERRY?"); -static const u8 sText_RunOutOfBerriesForBlending[] = _("You’ve run out of BERRIES for\nblending in the BERRY BLENDER.\p"); +static const u8 sText_RunOutOfBerriesForBlending[] = _("You've run out of BERRIES for\nblending in the BERRY BLENDER.\p"); static const u8 sText_YourPokeblockCaseIsFull[] = _("Your {POKEBLOCK} CASE is full.\p"); static const u8 sText_HasNoBerriesToPut[] = _(" has no BERRIES to put in\nthe BERRY BLENDER."); -static const u8 sText_ApostropheSPokeblockCaseIsFull[] = _("’s {POKEBLOCK} CASE is full.\p"); +static const u8 sText_ApostropheSPokeblockCaseIsFull[] = _("'s {POKEBLOCK} CASE is full.\p"); static const u8 sText_BlendingResults[] = _("RESULTS OF BLENDING"); static const u8 sText_BerryUsed[] = _("BERRY USED"); static const u8 sText_SpaceBerry[] = _(" BERRY"); |