aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatsuyuki Miyoshi <katsubsd@gmail.com>2021-10-26 16:21:34 +0000
committerKyle Evans <kevans@FreeBSD.org>2021-10-26 16:24:29 +0000
commitbb4c691299c5d699cea29e18fef96bda1cef13da (patch)
treecb12c5afab57914bfbb6a1fa304c4add06e64018
parent8019068d7c30e45ad392669a6577e5f1db56421d (diff)
downloadsrc-bb4c691299c5d699cea29e18fef96bda1cef13da.tar.gz
src-bb4c691299c5d699cea29e18fef96bda1cef13da.zip
-rw-r--r--stand/lua/menu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/lua/menu.lua b/stand/lua/menu.lua
index d1e1ee012834..f1a4f07a8d73 100644
--- a/stand/lua/menu.lua
+++ b/stand/lua/menu.lua
@@ -522,7 +522,7 @@ function menu.autoboot(delay)
last = time
screen.setcursor(x, y)
print("Autoboot in " .. time ..
- " seconds. [Space] to pause")
+ " seconds. [Space] to pause ")
screen.defcursor()
end
if io.ischar() then