From 6fd55b47c25f57fe9fc8a01cc9de3cc9e940e66c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien?= <43724816+Aurelien30000@users.noreply.github.com> Date: Thu, 13 May 2021 22:33:08 +0200 Subject: [PATCH] Fix typo --- 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 3e878a01b..b86cdd4fd 100644 --- a/Core/src/main/resources/lang/messages_en.json +++ b/Core/src/main/resources/lang/messages_en.json @@ -63,7 +63,7 @@ "swap.swap_success": "Successfully swapped plots -> ", "swap.swap_merged": "Merged plots may not be swapped. Please unmerge the plots before performing the swap.", "swap.progress_region1_copy": "Current region 1 copy progress: %", - "swap.progress_region2_copy": "Current region 2 copy progress: %Current region 2 copy progress: %", "swap.progress_region1_paste": "Current region 1 paste progress: %", "swap.progress_region2_paste": "Current region 2 paste progress: %", "swap.progress_region_copy": "Current copy progress: %", @@ -483,7 +483,7 @@ "flags.flag_category_string": "String Flags", "flags.flag_category_integers": "Integer Flags", "flags.flag_category_doubles": "Decimal Flags", - "flags.flag_category_teleport_deny": "Teleport Deny FlagTeleport Deny Flag", "flags.flag_category_string_list": "String List Flags", "flags.flag_category_weather": "Weather Flags", "flags.flag_category_music": "Music Flags",