summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
diff options
context:
space:
mode:
authorColin Fletcher <colin.m.fletcher@googlemail.com>2013-01-07 19:15:02 +0000
committerColin Fletcher <colin.m.fletcher@googlemail.com>2013-01-07 19:15:02 +0000
commit78ff7399cb5ccea04a1c8e153467544b73d2b925 (patch)
tree93da0ee00a5f24f9408637db8ec20f42d06712d2 /gtk2_ardour/editor_ops.cc
parenta52deb13e782827a9456d91d7a2c1a46b92a2163 (diff)
Fix three little typos.
git-svn-id: svn://localhost/ardour2/branches/3.0@13799 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_ops.cc')
-rw-r--r--gtk2_ardour/editor_ops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc
index 206677c4ce..6ceb3fd111 100644
--- a/gtk2_ardour/editor_ops.cc
+++ b/gtk2_ardour/editor_ops.cc
@@ -3551,7 +3551,7 @@ Editor::bounce_range_selection (bool replace, bool enable_processing)
if (rtv && rtv->track() && replace && enable_processing && !rtv->track()->bounceable (rtv->track()->main_outs(), false)) {
MessageDialog d (
_("You can't perform this operation because the processing of the signal "
- "will cause one or more of the tracks will end up with a region with more channels than this track has inputs.\n\n"
+ "will cause one or more of the tracks to end up with a region with more channels than this track has inputs.\n\n"
"You can do this without processing, which is a different operation.")
);
d.set_title (_("Cannot bounce"));