From 5ade5e10af06e474ed49129854a1709cdd0cacd8 Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Mon, 30 Jan 2017 14:26:42 +0900 Subject: [PATCH] Remove message implying wizard is incomplete --- userspace/py/bin/wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/py/bin/wizard.py b/userspace/py/bin/wizard.py index 3a1cb261..32ac3041 100755 --- a/userspace/py/bin/wizard.py +++ b/userspace/py/bin/wizard.py @@ -102,7 +102,7 @@ pages = [ (f"\n\nYou can explore the file system using the File Browser.",[HintHole(70.5,160.5,50),HintArrow(110,200,-135)]), (f"\n\nMany third-party software packages have been ported to ToaruOS and are available from our website. You can use the package manager to automatically install programs like GCC, Bochs, Vim, Quake, and more.\n\nThe Package Manager will require you to authenticate. The default user is `local` with the password `local`. There is also a `root` user with password `toor`.",[HintHole(70.5,240.5,50),HintArrow(110,280,-135)]), (f"\n\n\n\nWith ToaruOS's window manager, you can drag most windows by holding Alt, or by using the title bar. You can resize a window with Alt + Middle Click, and rotate with Alt + Right Click. To maximize a window, drag it to the top edge of the screen. To tile windows, use the Super (Windows or Command) key and the arrow keys. Holding shift or control will tile windows to quarter sizes up and down respectively.\n\nIf you are using VirtualBox, make sure the Host key does not conflict with these key bindings.",[]), - (f"\n\nThat's it for now!\n\nYou've finished the tutorial. More guides will be added to this tutorial in the future, but that's all for now. Press 'Exit' to close the tutorial and get started using the OS.",[]), + (f"\n\nYou've finished the tutorial.\n\nPress 'Exit' to close the tutorial and get started using the OS.",[]), ] class WizardWindow(yutani.Window):