From 77c1b3f288dd85be5e79339a10bca2fcd614c2b9 Mon Sep 17 00:00:00 2001 From: Thijs Wiefferink Date: Mon, 22 Jan 2018 16:10:02 +0100 Subject: [PATCH] Fix error in help message of the import command --- AreaShop/src/main/resources/lang/EN.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AreaShop/src/main/resources/lang/EN.yml b/AreaShop/src/main/resources/lang/EN.yml index 9fb703e..cb8bc8f 100644 --- a/AreaShop/src/main/resources/lang/EN.yml +++ b/AreaShop/src/main/resources/lang/EN.yml @@ -98,7 +98,7 @@ help-delFriend: "%lang:helpCommand|/as delfriend|% Delete a friend from a region help-linksigns: "%lang:helpCommand|/as linksigns|% Use bulk sign linking mode." help-stack: "%lang:helpCommand|/as stack|% Create multiple regions and add them." help-setlandlord: "%lang:helpCommand|/as setlandlord|% Set the landlord of a region." -help-import: "%lang:helpCommand|/as import|% Import region from RegionForSale.%" +help-import: "%lang:helpCommand|/as import|% Import region from RegionForSale." rent-help: "/as rent [region], the region you stand in will be used if not specified." rent-noPermission: "You don't have permission to rent a region."