diff options
author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-12-24 21:07:25 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-24 11:07:25 +0100 |
commit | 978e084c4a9f3d8899ccbfa9894b42e5bbf0aa3a (patch) | |
tree | a4b3609ee31c1fe1c118a42e1a1f8d247f1f6936 | |
parent | 4fd32fb0575fbb698b2c7611f357595255ce2635 (diff) | |
download | NotEnoughUpdates-978e084c4a9f3d8899ccbfa9894b42e5bbf0aa3a.tar.gz NotEnoughUpdates-978e084c4a9f3d8899ccbfa9894b42e5bbf0aa3a.tar.bz2 NotEnoughUpdates-978e084c4a9f3d8899ccbfa9894b42e5bbf0aa3a.zip |
fix "an" where should be "a" (#516)
-rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/TooltipTweaks.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/TooltipTweaks.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/TooltipTweaks.java index 5c320db1..8539c3c4 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/TooltipTweaks.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/TooltipTweaks.java @@ -227,7 +227,7 @@ public class TooltipTweaks { @Expose @ConfigOption( name = "Abiphone NPC Location", - desc = "Click on an NPC to set an marker at the location" + desc = "Click on an NPC to set a marker at the location" ) @ConfigEditorBoolean public boolean abiphoneContactMarker = true; |