diff --git a/gtk2_ardour/add_route_dialog.cc b/gtk2_ardour/add_route_dialog.cc index ee251d1f27..f30b5437e3 100644 --- a/gtk2_ardour/add_route_dialog.cc +++ b/gtk2_ardour/add_route_dialog.cc @@ -111,7 +111,7 @@ AddRouteDialog::AddRouteDialog () builtin_types.push_back ( std::pair (_("MIDI Tracks"), std::string () + - _(" Use these settings to create one or more MIDI tracks.") + "\n\n" + + _("Use these settings to create one or more MIDI tracks.") + "\n\n" + _("You may select:") + "\n" + "* " + _("The number of tracks to add") + "\n" + "* " + _("A name for the track(s)") + "\n" +