From 2d30e6cf956d7ef3e915320b010de883a8667b7c Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 13 Dec 2016 21:02:13 +0100 Subject: [PATCH] Slight rewording of maxlen warning. --- evennia/settings_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/settings_default.py b/evennia/settings_default.py index 3973352b1f..acc4a2e171 100644 --- a/evennia/settings_default.py +++ b/evennia/settings_default.py @@ -207,7 +207,7 @@ COMMAND_RATE_WARNING ="You entered commands too fast. Wait a moment and try agai # 0 or less. MAX_CHAR_LIMIT = 6000 # The warning to echo back to users if they enter a very large string -MAX_CHAR_LIMIT_WARNING="You entered a string that was too large. Please break it up into separate commands." +MAX_CHAR_LIMIT_WARNING="You entered a string that was too long. Please break it up into multiple parts." # If this is true, errors and tracebacks from the engine will be # echoed as text in-game as well as to the log. This can speed up # debugging. Showing full tracebacks to regular users could be a