aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/config.yml2
-rw-r--r--src/me/fatpigsarefat/quests/obj/Options.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/config.yml b/src/config.yml
index 65aaea2e..99cfbc1c 100644
--- a/src/config.yml
+++ b/src/config.yml
@@ -778,7 +778,7 @@ options:
# Titles for the GUIs
guinames:
quests-category: "Quests Categories"
- quests-menu : "Quests"
+ quests-menu: "Quests"
daily-quests: "Daily Quests"
# This switches up the entire quest system.
diff --git a/src/me/fatpigsarefat/quests/obj/Options.java b/src/me/fatpigsarefat/quests/obj/Options.java
index d29d3966..7cd17f70 100644
--- a/src/me/fatpigsarefat/quests/obj/Options.java
+++ b/src/me/fatpigsarefat/quests/obj/Options.java
@@ -13,7 +13,7 @@ public enum Options {
QUESTS_START_LIMIT("options.quest-started-limit"),
TITLES_ENABLED("options.titles-enabled"),
GUITITLE_QUESTS_CATEGORY("options.guinames.quests-category"),
- GUITITLE_QUESTS("options.guinames.quests"),
+ GUITITLE_QUESTS("options.guinames.quests-menu"),
GUITITLE_DAILY_QUESTS("options.guinames.daily-quests");
private String path;