From 4723043e9a1fe4cff9c15e0813efa95d5ff23691 Mon Sep 17 00:00:00 2001 From: Andrew Wong <42793301+md5sha256@users.noreply.github.com> Date: Sat, 23 Mar 2024 11:36:56 +1100 Subject: [PATCH] Fix bad lang entry for togglehome help --- AreaShop/src/main/resources/lang/EN-MM.yml | 2 +- AreaShop/src/main/resources/lang/EN.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AreaShop/src/main/resources/lang/EN-MM.yml b/AreaShop/src/main/resources/lang/EN-MM.yml index c85a0995..09f484cd 100644 --- a/AreaShop/src/main/resources/lang/EN-MM.yml +++ b/AreaShop/src/main/resources/lang/EN-MM.yml @@ -107,7 +107,7 @@ 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-transfer: '%lang:helpCommand|/as transfer|% Transfer a region to another player.' -help-togglehome: '%lang:helpcommand|/as toogglehome|% Toggle whether players can set +help-togglehome: '%lang:helpCommand|/as togglehome|% Toggle whether players can set homes in a region.' rent-help: /as rent [region], the region you stand in will be used if not specified. diff --git a/AreaShop/src/main/resources/lang/EN.yml b/AreaShop/src/main/resources/lang/EN.yml index aaeb0c11..5950e496 100644 --- a/AreaShop/src/main/resources/lang/EN.yml +++ b/AreaShop/src/main/resources/lang/EN.yml @@ -104,7 +104,7 @@ 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-transfer: "%lang:helpCommand|/as transfer|% Transfer a region to another player." -help-togglehome: "%lang:helpcommand|/as toogglehome|% Toggle whether players can set homes in a region." +help-togglehome: "%lang:helpCommand|/as togglehome|% Toggle whether players can set homes in a region." 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."