From 5b27b652e74c686d96be5fdf495968b01389614f Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Fri, 14 Aug 2020 12:52:00 +0200 Subject: [PATCH] Fix color tag --- Core/src/main/resources/lang/messages_en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/main/resources/lang/messages_en.json b/Core/src/main/resources/lang/messages_en.json index e163cbefd..3aa352cab 100644 --- a/Core/src/main/resources/lang/messages_en.json +++ b/Core/src/main/resources/lang/messages_en.json @@ -42,7 +42,7 @@ "cluster.cluster_intersection": "The proposed area overlaps with: ", "cluster.cluster_outside": "The proposed area is outside the plot area: ", "cluster.cluster_added": "Successfully created the cluster.", - "cluster.cluster_deleted": "Successfully deleted the cluster.", + "cluster.cluster_deleted": "Successfully deleted the cluster.", "cluster.cluster_resized": "Successfully resized the cluster.", "cluster.cluster_added_user": "Successfully added user to the cluster.", "cluster.cannot_kick_player": "You cannot kick that player: ",