aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com>2023-03-15 12:05:53 -0400
committerGitHub <noreply@github.com>2023-03-15 12:05:53 -0400
commitf83abb78bfcc9332a2d119a8bd002e5c82a8f193 (patch)
tree7fcc8615bd4610b000a2f8323fb58f885ec3ac24
parente1148974da893bf3b4693f874b37772416e4f80d (diff)
downloadskyhanni-f83abb78bfcc9332a2d119a8bd002e5c82a8f193.tar.gz
skyhanni-f83abb78bfcc9332a2d119a8bd002e5c82a8f193.tar.bz2
skyhanni-f83abb78bfcc9332a2d119a8bd002e5c82a8f193.zip
Clarity and Spelling
Bazaar was spelt wrong; changed "upcoming" to "the next" because "upcoming" sounds like a game update instead of the next time the data will be fetched.
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java b/src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java
index 2e3ea2195..a324d2a86 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Bazaar.java
@@ -29,7 +29,7 @@ public class Bazaar {
public boolean cancelledBuyOrderClipboard = true;
@Expose
- @ConfigOption(name = "Update Timer", desc = "A countdown timer for upcoming Bazzar data update.")
+ @ConfigOption(name = "Update Timer", desc = "A countdown timer for the next Bazaar data update.")
@ConfigEditorBoolean
public boolean updateTimer = false;