mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 09:06:33 +01:00
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
This commit is contained in:
parent
ae63588c02
commit
32c1c8a1c7
1 changed files with 9 additions and 7 deletions
|
|
@ -332,14 +332,16 @@ ArdourStartup::setup_new_user_page ()
|
||||||
Label* foomatic = manage (new Label);
|
Label* foomatic = manage (new Label);
|
||||||
|
|
||||||
foomatic->set_markup (string_compose (_("\
|
foomatic->set_markup (string_compose (_("\
|
||||||
<span size=\"larger\">%1 is a digital audio workstation. You can use it to\n\
|
<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\n\
|
record, edit and mix multi-track audio. You can produce your \
|
||||||
own CDs, mix video soundtracks, or just experiment with new\n\
|
own CDs, mix video soundtracks, or just experiment with new \
|
||||||
ideas about music and sound.\n\
|
ideas about music and sound. \
|
||||||
\n\
|
\n\n\
|
||||||
There are a few things that need to configured before you start\n\
|
There are a few things that need to be configured before you start \
|
||||||
using the program.</span>\
|
using the program.</span> \
|
||||||
"), PROGRAM_NAME));
|
"), PROGRAM_NAME));
|
||||||
|
foomatic->set_justify (JUSTIFY_FILL);
|
||||||
|
foomatic->set_line_wrap ();
|
||||||
|
|
||||||
HBox* hbox = manage (new HBox);
|
HBox* hbox = manage (new HBox);
|
||||||
HBox* vbox = manage (new HBox);
|
HBox* vbox = manage (new HBox);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue