From 54bb8d35fbbd33f427f1c1da75611edec4dd62b3 Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Thu, 4 Jan 2018 16:32:46 -0500 Subject: [PATCH] New translations strings.yml (Dutch) --- src/main/resources/lang/nl-NL/strings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/lang/nl-NL/strings.yml b/src/main/resources/lang/nl-NL/strings.yml index 8df05618c..30d44b46d 100644 --- a/src/main/resources/lang/nl-NL/strings.yml +++ b/src/main/resources/lang/nl-NL/strings.yml @@ -238,7 +238,7 @@ stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to retu stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)" stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return" stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)" -stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)" +stageEditorPasswordPhraseHint2: "If you want multiple password phrases, separate them by a | (pipe)" stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return." stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)" stageEditorObjectiveOverrideCleared: "Objective display override cleared."