aboutsummaryrefslogtreecommitdiff
path: root/system/boot.lua
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-07-15 13:12:04 -0400
committerAndrew Lee <alee14498@gmail.com>2019-07-15 13:12:04 -0400
commitbc294508b9d6566add6605bb7da09d3f6b74f9bb (patch)
tree2dc2e09e6aa5e3edcc98e1a22217ac61c702c4a6 /system/boot.lua
parenta3e41759b761898f24b9e8b7c5e0679ca273df07 (diff)
downloadbits-UI-bc294508b9d6566add6605bb7da09d3f6b74f9bb.tar.gz
bits-UI-bc294508b9d6566add6605bb7da09d3f6b74f9bb.tar.bz2
bits-UI-bc294508b9d6566add6605bb7da09d3f6b74f9bb.zip
Corrections and new API!
Diffstat (limited to 'system/boot.lua')
-rw-r--r--system/boot.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/boot.lua b/system/boot.lua
index 08d5d64..5418427 100644
--- a/system/boot.lua
+++ b/system/boot.lua
@@ -80,7 +80,7 @@ end
sleep(2)
term.setTextColor(colors.green)
-print("[DONE] Boot sequence is completed...")
+print("[DONE] Boot sequence has been completed...")
term.setTextColor(colors.white)
sleep(2)
shell.run(desktop) \ No newline at end of file