From f2d84c130d85bafe2f778e7fb2eab32060cd7c4e Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Thu, 22 Mar 2018 19:41:49 -0400 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 5a774c5e7..5a958c602 100644 --- a/src/main/resources/lang/nl-NL/strings.yml +++ b/src/main/resources/lang/nl-NL/strings.yml @@ -442,7 +442,7 @@ eventEditorSetMobAmountsPrompt: "Enter mob amount, " eventEditorSetMobNamePrompt: "Enter the name for this mob, " eventEditorSetMobLocationPrompt: "Right-click on a block to select it, , " eventEditorSetPotionEffectsPrompt: "Enter potion effect types, , " -eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds), , " +eventEditorSetPotionDurationsPrompt: "Enter potion effect durations (in seconds), , " eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes, , " eventEditorSetHungerPrompt: "Enter hunger level, or -1 to clear" eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to clear"