summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-11-27 00:42:40 +0000
committerCarl Hetherington <carl@carlh.net>2010-11-27 00:42:40 +0000
commit163bb2b50e2f821703a234c0950f7112e3fa1b5a (patch)
tree179bd52ebdf343104256bd740d9f457784b0486a /gtk2_ardour
parentadf65cb9b1ef5f77b4e22544d13e7a7a69a4eaeb (diff)
Copy-edit.
git-svn-id: svn://localhost/ardour2/branches/3.0@8100 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index 70aef3e5a7..63d580c054 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -1745,7 +1745,7 @@ Editor::add_selection_context_items (Menu_Helpers::MenuList& edit_items)
}
edit_items.push_back (SeparatorElem());
- edit_items.push_back (MenuElem (_("Convert to region in-place"), mem_fun(*this, &Editor::separate_region_from_selection)));
+ edit_items.push_back (MenuElem (_("Convert to Region In-Place"), mem_fun(*this, &Editor::separate_region_from_selection)));
edit_items.push_back (MenuElem (_("Convert to Region in Region List"), sigc::mem_fun(*this, &Editor::new_region_from_selection)));
edit_items.push_back (SeparatorElem());