From a500b04a511ab665822a80cf34b0aaccf8b3b5c4 Mon Sep 17 00:00:00 2001 From: Jaizu Date: Thu, 3 Jun 2021 12:08:31 +0200 Subject: [PATCH] Feathr > Feather We do have enough space to put the whole word. --- src/data/items.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/data/items.h b/src/data/items.h index 1cd88ec77e..48b3fc0c76 100644 --- a/src/data/items.h +++ b/src/data/items.h @@ -6981,7 +6981,7 @@ const struct Item gItems[] = [ITEM_HEALTH_FEATHER] = { - .name = _("HealthFeathr"), + .name = _("HealthFeather"), .itemId = ITEM_HEALTH_FEATHER, .price = 300, .description = sHealthFeatherDesc, @@ -6992,7 +6992,7 @@ const struct Item gItems[] = [ITEM_MUSCLE_FEATHER] = { - .name = _("MuscleFeathr"), + .name = _("MuscleFeather"), .itemId = ITEM_MUSCLE_FEATHER, .price = 300, .description = sMuscleFeatherDesc, @@ -7003,7 +7003,7 @@ const struct Item gItems[] = [ITEM_RESIST_FEATHER] = { - .name = _("ResistFeathr"), + .name = _("ResistFeather"), .itemId = ITEM_RESIST_FEATHER, .price = 300, .description = sResistFeatherDesc, @@ -7014,7 +7014,7 @@ const struct Item gItems[] = [ITEM_GENIUS_FEATHER] = { - .name = _("GeniusFeathr"), + .name = _("GeniusFeather"), .itemId = ITEM_GENIUS_FEATHER, .price = 300, .description = sGeniusFeatherDesc, @@ -7025,7 +7025,7 @@ const struct Item gItems[] = [ITEM_CLEVER_FEATHER] = { - .name = _("CleverFeathr"), + .name = _("CleverFeather"), .itemId = ITEM_CLEVER_FEATHER, .price = 300, .description = sCleverFeatherDesc, @@ -7047,7 +7047,7 @@ const struct Item gItems[] = [ITEM_PRETTY_FEATHER] = { - .name = _("PrettyFeathr"), + .name = _("PrettyFeather"), .itemId = ITEM_PRETTY_FEATHER, .price = 1000, .description = sPrettyFeatherDesc,