diff --git a/core/src/main/java/net/pl3x/map/core/configuration/Lang.java b/core/src/main/java/net/pl3x/map/core/configuration/Lang.java index cb7d1f467..eb1810712 100644 --- a/core/src/main/java/net/pl3x/map/core/configuration/Lang.java +++ b/core/src/main/java/net/pl3x/map/core/configuration/Lang.java @@ -102,9 +102,9 @@ public final class Lang extends AbstractConfig { @Key("command.resume.description") public static String COMMAND_RESUME_DESCRIPTION = "Resume renderers"; @Key("command.resume.resumed") - public static String COMMAND_RESUME_RESUMED = "Renderers are now resumed"; + public static String COMMAND_RESUME_RESUMED = "Renderers have now resumed"; @Key("command.resume.already-resumed") - public static String COMMAND_RESUME_ALREADY_RESUMED = "Renderers are already resumed"; + public static String COMMAND_RESUME_ALREADY_RESUMED = "Renderers have already resumed"; @Key("command.radiusrender.description") public static String COMMAND_RADIUSRENDER_DESCRIPTION = "Render a section of a world"; @@ -148,7 +148,6 @@ public final class Lang extends AbstractConfig { @Key("command.stitch.finished") public static String COMMAND_STITCH_FINISHED = "Finished stitching tiles!\nYou can find it at /tiles//stitched/"; - @Key("command.version.description") public static String COMMAND_VERSION_DESCRIPTION = "Get version information"; @Key("command.version.please-wait")