From 33132794896a1f39a97a53de9e5d347d9837c3f0 Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Wed, 21 Nov 2018 14:53:03 -0500 Subject: [PATCH] New translations strings.yml (English) --- src/main/resources/lang/en-US/strings.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/resources/lang/en-US/strings.yml b/src/main/resources/lang/en-US/strings.yml index 5b3ec9854..0b09a9363 100644 --- a/src/main/resources/lang/en-US/strings.yml +++ b/src/main/resources/lang/en-US/strings.yml @@ -389,10 +389,8 @@ eventEditorEffectsCleared: "Event effects cleared." eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return" eventEditorMobSpawns: "Event Mob Spawns" eventEditorAddMobTypes: "Add mob" -eventEditorNoTypesSet: "(No type set)" eventEditorMustSetMobTypesFirst: "You must set the mob type first!" eventEditorSetMobAmounts: "Set mob amount" -eventEditorNoAmountsSet: "(No amounts set)" eventEditorMustSetMobAmountsFirst: "You must set mob amount first!" eventEditorAddSpawnLocation: "Set spawn location" eventEditorMobSpawnsCleared: "Mob spawns cleared." @@ -418,7 +416,6 @@ eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!" eventEditorSetPotionDurations: "Set potion effect durations" eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!" eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!" -eventEditorNoDurationsSet: "(No durations set)" eventEditorSetPotionMagnitudes: "Set potion effect magnitudes" eventEditorPotionsCleared: "Potion effects cleared." eventEditorInvalidPotionType: "is not a valid potion effect type!"