From 3fa30061714f5e73552b54bda35766ad8f102d5c Mon Sep 17 00:00:00 2001 From: HappyPikachu Date: Thu, 4 Jan 2018 16:24:18 -0500 Subject: [PATCH] Correct spelling error --- src/main/java/me/blackvein/quests/util/Lang.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/me/blackvein/quests/util/Lang.java b/src/main/java/me/blackvein/quests/util/Lang.java index 049123652..9eb84cc09 100644 --- a/src/main/java/me/blackvein/quests/util/Lang.java +++ b/src/main/java/me/blackvein/quests/util/Lang.java @@ -316,7 +316,7 @@ public class Lang { langMap.put("stageEditorPasswordDisplayHint", "(This is the text that will be displayed to the player as their objective)"); langMap.put("stageEditorPasswordPhrasePrompt", "Enter a password phrase, or 'cancel' to return"); langMap.put("stageEditorPasswordPhraseHint1", "(This is the text that a player has to say to complete the objective)"); - langMap.put("stageEditorPasswordPhraseHint2", "If you want multiple password phrases, seperate them by a | (pipe)"); + langMap.put("stageEditorPasswordPhraseHint2", "If you want multiple password phrases, separate them by a | (pipe)"); langMap.put("stageEditorObjectiveOverridePrompt", "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."); langMap.put("stageEditorObjectiveOverrideHint", "(The objective display override will show up as the players current objective)"); langMap.put("stageEditorObjectiveOverrideCleared", "Objective display override cleared.");