From 564efd77f70e6da9bdb10f780012e05d01a62d77 Mon Sep 17 00:00:00 2001 From: Hannes Greule Date: Sun, 12 Jul 2020 22:11:23 +0200 Subject: [PATCH] Fix some messages --- 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 a655334df..d8193f933 100644 --- a/Core/src/main/resources/lang/messages_en.json +++ b/Core/src/main/resources/lang/messages_en.json @@ -114,7 +114,7 @@ "economy.cannot_afford_merge": "You cannot afford to merge the plots. It costs .", "economy.added_balance": " has been added to your balance.", "economy.removed_balance": " has been taken from your balance.", - "ecomomy.removed_granted_plot": "You used plot grant(s), you've got left.", + "economy.removed_granted_plot": "You used plot grant(s), you've got left.", "setup.setup_not_started": "No setup started. Use /plot setup to start a setup process.", "setup.setup_init": "Usage: /plot setup ", @@ -233,7 +233,7 @@ "errors.not_in_plot_world": "You're not in a plot area.", "errors.plotworld_incompatible": "The two worlds must be compatible.", "errors.not_valid_world": "That is not a valid world (case sensitive).", - "errors.not_valid_plot_world": "That is not a valid plot area (case sensitive).", + "errors.not_valid_plot_world": " is not a valid plot area (case sensitive).", "errors.no_plots": "You don't have any plots.", "errors.player_no_plots": "That player does not own any plots.", "errors.wait_for_timer": "A set block timer is bound to either the current plot or you. Please wait for it to finish.",