summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-08-14 14:08:46 +0000
committerCarl Hetherington <carl@carlh.net>2011-08-14 14:08:46 +0000
commitb63427e7290a3ea118585dd99072597da8becca2 (patch)
tree07e2c53ee6b97ad617d6bb527158ce7b0c0727d6 /gtk2_ardour/ardour_ui.cc
parent07a58ffd62f834780eb5dada7c1713e31c2e425a (diff)
Fix a couple of minor typos.
git-svn-id: svn://localhost/ardour2/branches/3.0@9987 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui.cc')
-rw-r--r--gtk2_ardour/ardour_ui.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index 9e34ac0641..c4c90a261f 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -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;
}
}
}