summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-05-22 13:13:48 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2011-05-22 13:13:48 -0300
commit1dc28733f9853a51878403275c3b9e5f5edb74f1 (patch)
treecae4b1b8cca81816bd3cc8bf1c9cb99d0321bc83
parent51bfa6b04e13bdc27d271b7be510922f9d1716a9 (diff)
Nicer welcome message format
-rw-r--r--src/core/procedures/interactive20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive
index 5dc5322..f0de15b 100644
--- a/src/core/procedures/interactive
+++ b/src/core/procedures/interactive
@@ -126,16 +126,16 @@ worker_set_editor ()
worker_intro ()
{
- notify "Welcome to the Parabola GNU/Linux-Libre Installation program.\
- You're about to install a Free as in Freedom Arch system!\
- \n
- \n
- The install process is fairly straightforward, and you should run\
- through the options in the order they are presented. If you are\
- unfamiliar with partitioning/making filesystems, you may want to\
- consult some documentation before continuing. You can view all output\
- from commands by viewing your tty7 console (ALT-F7). ALT-F1 will\
- bring you back here.\n\n$DISCLAIMER"
+ notify "Welcome to the Parabola GNU/Linux-Libre Installation program.\n
+You're about to install a Free as in Freedom Arch system!\
+\n
+\n
+The install process is fairly straightforward, and you should run\
+through the options in the order they are presented. If you are\
+unfamiliar with partitioning/making filesystems, you may want to\
+consult some documentation before continuing. You can view all output\
+from commands by viewing your tty7 console (ALT-F7). ALT-F1 will\
+bring you back here.\n\n$DISCLAIMER"
}