mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
A few more typo fixes in libardour.
git-svn-id: svn://localhost/ardour2/branches/3.0@13813 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e51cc06133
commit
6ed562f182
4 changed files with 5 additions and 5 deletions
|
|
@ -1694,7 +1694,7 @@ Session::new_midi_track (const ChanCount& input, const ChanCount& output, boost:
|
|||
|
||||
catch (AudioEngine::PortRegistrationFailure& pfe) {
|
||||
|
||||
error << string_compose (_("No more JACK ports are available. You will need to stop %1 and restart JACK with ports if you need this many tracks."), PROGRAM_NAME) << endmsg;
|
||||
error << string_compose (_("No more JACK ports are available. You will need to stop %1 and restart JACK with more ports if you need this many tracks."), PROGRAM_NAME) << endmsg;
|
||||
goto failed;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue