From b2c5e2e353a5cd9ba5133496b94afef40bbbb2cc Mon Sep 17 00:00:00 2001 From: 7cc5c4f330d47060 Date: Mon, 12 Aug 2024 20:48:38 -0400 Subject: [PATCH] Change prerelease warning --- util/lang/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/lang/en-US.json b/util/lang/en-US.json index 7564269..50c8b31 100644 --- a/util/lang/en-US.json +++ b/util/lang/en-US.json @@ -39,7 +39,7 @@ "command.verify.desc": "Check the hashing system", "command.about.author": "%s - a Minecraft bot made by %s for Kaboom and clones", "command.about.version": "Version %s", - "command.about.preRelease": "This is prerelease software - there may be errors, and features may be changed or removed at any time.", + "command.about.preRelease": "This is a development version - there may be errors, and features may be changed or removed at any time. Please report any errors to the bot's developer.", "command.about.sourceCode": "Source code: %s", "command.about.sourceCode.openInBrowser": "Click to open the source code link in your default browser", "command.cloop.error.tooShort": "Command loops must have a rate above 20ms.",