worldmap: fix typos in "transportation"

This commit is contained in:
Broooklyn
2020-10-03 17:07:42 -04:00
parent a1bfed0e84
commit 2d8ca77c8c
2 changed files with 4 additions and 4 deletions

View File

@@ -231,9 +231,9 @@ public interface WorldMapConfig extends Config
}
@ConfigItem(
keyName = WorldMapPlugin.CONFIG_KEY_TRANSPORATION_TELEPORT_TOOLTIPS,
name = "Show transporation tooltips",
description = "Indicates types and destinations of Transporation",
keyName = WorldMapPlugin.CONFIG_KEY_TRANSPORTATION_TELEPORT_TOOLTIPS,
name = "Show transportation tooltips",
description = "Indicates types and destinations of Transportation",
position = 19
)
default boolean transportationTeleportTooltips()

View File

@@ -82,7 +82,7 @@ public class WorldMapPlugin extends Plugin
static final String CONFIG_KEY_FARMING_PATCH_TOOLTIPS = "farmingpatchTooltips";
static final String CONFIG_KEY_RARE_TREE_TOOLTIPS = "rareTreeTooltips";
static final String CONFIG_KEY_RARE_TREE_LEVEL_ICON = "rareTreeIcon";
static final String CONFIG_KEY_TRANSPORATION_TELEPORT_TOOLTIPS = "transportationTooltips";
static final String CONFIG_KEY_TRANSPORTATION_TELEPORT_TOOLTIPS = "transportationTooltips";
static final String CONFIG_KEY_RUNECRAFTING_ALTAR_ICON = "runecraftingAltarIcon";
static final String CONFIG_KEY_MINING_SITE_TOOLTIPS = "miningSiteTooltips";
static final String CONFIG_KEY_DUNGEON_TOOLTIPS = "dungeonTooltips";