Fix a couple of minor typos.

git-svn-id: svn://localhost/ardour2/branches/3.0@9987 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington
2011-08-14 14:08:46 +00:00
parent 07a58ffd62
commit b63427e729

View File

@@ -1456,9 +1456,9 @@ ARDOUR_UI::session_add_audio_route (
if (routes.size() != how_many) {
if (how_many == 1) {
error << _("could not create a new audio track") << endmsg;
error << _("could not create a new audio bus") << endmsg;
} else {
error << string_compose (_("could not create %1 new audio tracks"), how_many) << endmsg;
error << string_compose (_("could not create %1 new audio busses"), how_many) << endmsg;
}
}
}