remove unintended leading space

This commit is contained in:
Paul Davis 2019-10-25 15:48:22 -06:00
parent 7bb67d0402
commit d51ca5d398

View File

@ -111,7 +111,7 @@ AddRouteDialog::AddRouteDialog ()
builtin_types.push_back (
std::pair<string,string> (_("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" +