X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fstartup.cc;h=220f406287b11790fb833dfb4986b4891a603b09;hb=6ee23029a338951705c589be6c61ab52099758b6;hp=28ca1148b98808fc4ed2b7c0644c30d2ecc98be7;hpb=9af5b7da63c85e1167756f58de807bdf05e6e60e;p=ardour.git diff --git a/gtk2_ardour/startup.cc b/gtk2_ardour/startup.cc index 28ca1148b9..220f406287 100644 --- a/gtk2_ardour/startup.cc +++ b/gtk2_ardour/startup.cc @@ -511,7 +511,7 @@ greater control in monitoring without affecting the mix.")); 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)); - monitor_section_label.set_markup(_("You can change this preference at any time, via the Preferences dialog).\nYou can also add or remove the monitor section to/from any session.\n\n\ + monitor_section_label.set_markup(_("You can change this preference at any time via the Preferences dialog.\nYou can also add or remove the monitor section to/from any session.\n\n\ If you do not understand what this is about, just accept the default.")); monitor_section_label.set_alignment (0.0, 0.0);