Builtin: Improve /clearobjects message (#9084)
authorAlistair Findlay <psypherium2010@gmail.com>
Sat, 2 Nov 2019 18:28:55 +0000 (05:28 +1100)
committerSmallJoker <SmallJoker@users.noreply.github.com>
Sat, 2 Nov 2019 18:28:55 +0000 (19:28 +0100)
builtin/game/chat.lua

index ad703b94cebf275ca0697719382c5afba7eb80fe..424cbfe3f8dc3382844aba95a418e6862a52c339 100644 (file)
@@ -981,8 +981,8 @@ core.register_chatcommand("clearobjects", {
 
                core.log("action", name .. " clears all objects ("
                                .. options.mode .. " mode).")
-               core.chat_send_all("Clearing all objects.  This may take long."
-                               .. "  You may experience a timeout.  (by "
+               core.chat_send_all("Clearing all objects. This may take a long time."
+                               .. " You may experience a timeout. (by "
                                .. name .. ")")
                core.clear_objects(options)
                core.log("action", "Object clearing done.")