summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-12-08 12:05:32 +0000
committerCarl Hetherington <carl@carlh.net>2011-12-08 12:05:32 +0000
commit32c1c8a1c76d68dfb2edb08742a308d24766b96e (patch)
tree5776c965d6f08cacfa8882f1e9933cc4ea42ce78 /gtk2_ardour/startup.cc
parentae63588c0291f59ef3c14b331c5ec4d3c2f84f8e (diff)
Justify text in first welcome screen, and fix grammar
(#4540). git-svn-id: svn://localhost/ardour2/branches/3.0@10941 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/startup.cc')
-rw-r--r--gtk2_ardour/startup.cc16
1 files changed, 9 insertions, 7 deletions
diff --git a/gtk2_ardour/startup.cc b/gtk2_ardour/startup.cc
index ac76449177..e5cb746a05 100644
--- a/gtk2_ardour/startup.cc
+++ b/gtk2_ardour/startup.cc
@@ -332,14 +332,16 @@ ArdourStartup::setup_new_user_page ()
Label* foomatic = manage (new Label);
foomatic->set_markup (string_compose (_("\
-<span size=\"larger\">%1 is a digital audio workstation. You can use it to\n\
-record, edit and mix multi-track audio. You can produce your\n\
-own CDs, mix video soundtracks, or just experiment with new\n\
-ideas about music and sound.\n\
-\n\
-There are a few things that need to configured before you start\n\
-using the program.</span>\
+<span size=\"larger\">%1 is a digital audio workstation. You can use it to \
+record, edit and mix multi-track audio. You can produce your \
+own CDs, mix video soundtracks, or just experiment with new \
+ideas about music and sound. \
+\n\n\
+There are a few things that need to be configured before you start \
+using the program.</span> \
"), PROGRAM_NAME));
+ foomatic->set_justify (JUSTIFY_FILL);
+ foomatic->set_line_wrap ();
HBox* hbox = manage (new HBox);
HBox* vbox = manage (new HBox);