From cd57741a5159929cc3ab8f363b002fa440085992 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Thu, 3 Jun 2021 12:53:47 +0200 Subject: [PATCH] Fix typo introduced in f4552e358d900968e7c1f09cebb4d118ce055d8b --- Core/src/main/resources/lang/messages_en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/src/main/resources/lang/messages_en.json b/Core/src/main/resources/lang/messages_en.json index 39022a66a..467df158d 100644 --- a/Core/src/main/resources/lang/messages_en.json +++ b/Core/src/main/resources/lang/messages_en.json @@ -600,8 +600,8 @@ "flags.flag_error_invalid_block": "The provided value is not a valid block or block category.", "flags.flag_error_double": "Flag value must be a decimal number.", "flags.flag_error_music": "Flag value must be a valid music disc ID.", - "flags.area_flags": "Area flags:", - "flags.road_flags": "Road flags:", + "flags.area_flags": "Area flags: ", + "flags.road_flags": "Road flags: ", "commands.description.add": "Allow a user to build in a plot while the plot owner is online.", "commands.description.alias": "Set the plot alias.", "commands.description.area": "Create a new plot area.",