13
0

add some more hand-holding language to the startup assistant

git-svn-id: svn://localhost/ardour2/branches/3.0@11267 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-01-19 00:14:05 +00:00
parent 65c8d673a2
commit 4774527c5b

View File

@ -432,7 +432,8 @@ signal as well as record it. This is called \"monitoring\". There are\n\
different ways to do this depending on the equipment you have and the\n\ different ways to do this depending on the equipment you have and the\n\
configuration of that equipment. The two most common are presented here.\n\ configuration of that equipment. The two most common are presented here.\n\
Please choose whichever one is right for your setup.\n\n\ Please choose whichever one is right for your setup.\n\n\
<i>(You can change this preference at any time, via the Preferences dialog)</i>")); <i>(You can change this preference at any time, via the Preferences dialog)</i>\n\n\
<i>If you do not understand what this is about, just accept the default.</i>"));
monitor_label.set_alignment (0.0, 0.0); monitor_label.set_alignment (0.0, 0.0);
vbox->set_spacing (6); vbox->set_spacing (6);
@ -471,8 +472,7 @@ ArdourStartup::setup_monitor_section_choice_page ()
no_monitor_section_button.set_label (_("Use a Master bus directly")); no_monitor_section_button.set_label (_("Use a Master bus directly"));
l->set_alignment (0.0, 1.0); l->set_alignment (0.0, 1.0);
l->set_markup(_("Connect the Master bus directly to your hardware outputs.\n\ l->set_markup(_("Connect the Master bus directly to your hardware outputs. This is preferable for simple usage."));
<i>Preferable for simple use</i>."));
vbox = manage (new VBox); vbox = manage (new VBox);
vbox->set_spacing (6); vbox->set_spacing (6);
@ -506,7 +506,8 @@ greater control in monitoring without affecting the mix."));
use_monitor_section_button.signal_toggled().connect (sigc::mem_fun (*this, &ArdourStartup::config_changed)); use_monitor_section_button.signal_toggled().connect (sigc::mem_fun (*this, &ArdourStartup::config_changed));
no_monitor_section_button.signal_toggled().connect (sigc::mem_fun (*this, &ArdourStartup::config_changed)); no_monitor_section_button.signal_toggled().connect (sigc::mem_fun (*this, &ArdourStartup::config_changed));
monitor_section_label.set_markup(_("<i><small>(You can change this preference at any time, via the Preferences dialog)</small></i>")); monitor_section_label.set_markup(_("<i>You can change this preference at any time, via the Preferences dialog). You can also add or remove the monitor section to/from any session.</i>\n\n\
<i>If you do not understand what this is about, just accept the default.</i>"));
monitor_section_label.set_alignment (0.0, 0.0); monitor_section_label.set_alignment (0.0, 0.0);
hbox->pack_start (*main_vbox, true, true, 8); hbox->pack_start (*main_vbox, true, true, 8);