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/data/items.h | |
parent | 6df2042b3b3ea8e7bf61cfd95bd24ee06e7b4b32 (diff) |
Use normal apostrophes like adults
Diffstat (limited to 'src/data/items.h')
-rw-r--r-- | src/data/items.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/items.h b/src/data/items.h index a36a13033..7d7caa289 100644 --- a/src/data/items.h +++ b/src/data/items.h @@ -3389,7 +3389,7 @@ const struct Item gItems[] = [ITEM_KINGS_ROCK] = { - .name = _("KING’S ROCK"), + .name = _("KING'S ROCK"), .itemId = ITEM_KINGS_ROCK, .price = 100, .holdEffect = HOLD_EFFECT_FLINCH, @@ -6311,7 +6311,7 @@ const struct Item gItems[] = [ITEM_OAKS_PARCEL] = { - .name = _("OAK’S PARCEL"), + .name = _("OAK'S PARCEL"), .itemId = ITEM_OAKS_PARCEL, .price = 0, .holdEffect = HOLD_EFFECT_NONE, |