From 31da111e1e9ceb0f7f40c07f03cad2e3ca356bda Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Mon, 11 May 2020 15:07:47 +0200 Subject: [PATCH] Fix anvil translation string --- worldedit-core/src/main/resources/lang/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldedit-core/src/main/resources/lang/strings.json b/worldedit-core/src/main/resources/lang/strings.json index 1f7b50b4e..c479c6422 100644 --- a/worldedit-core/src/main/resources/lang/strings.json +++ b/worldedit-core/src/main/resources/lang/strings.json @@ -97,7 +97,7 @@ "fawe.worldedit.selection.selection.shift": "Region shifted", "fawe.worldedit.selection.selection.cleared": "Selection cleared", - "fawe.worldedit.anvil.world.is.loaded": "The world shouldn't be in use when executing. Unload the world, or use use -f to override (save first)", + "fawe.worldedit.anvil.world.is.loaded": "The world shouldn't be in use when executing. Unload the world, or use -f to override (save first)", "fawe.worldedit.brush.brush.reset": "Reset your brush. (SHIFT + Click)", "fawe.worldedit.brush.brush.none": "You aren't holding a brush!",