From 1c6e1a50fdb674c35c738386f3304ba04d9e7746 Mon Sep 17 00:00:00 2001 From: tastybento Date: Sun, 10 Mar 2024 13:15:54 -0700 Subject: [PATCH] Fix space in info text. --- src/main/resources/locales/en-US.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/locales/en-US.yml b/src/main/resources/locales/en-US.yml index ea1f839..285b4f0 100755 --- a/src/main/resources/locales/en-US.yml +++ b/src/main/resources/locales/en-US.yml @@ -40,7 +40,7 @@ aoneblock: description: show the block count and phase info: "&a You are on block &b [number] in the &a [name] phase" info: - count: "&a Island is on block &b [number]&a in the &b [name] &a phase. Lifetime count &b [lifetime] &a." + count: "&a Island is on block &b [number] &a in the &b [name] &a phase. Lifetime count &b [lifetime] &a." phases: description: show a list of all the phases title: "&2 OneBlock Phases"