summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-12-30 19:52:44 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-12-30 19:52:44 -0500
commit2c36e96c97abdd3db1e7e01c2749a7691c71cc43 (patch)
tree8d83eb20642e69d26392972e7e2e3bce704e6b1f /gtk2_ardour
parente82ce75cb1efc59c813057983369433f049b2f9d (diff)
rename "Convert to Region In-Place" to "Separate" since it is known by that name elsehwere and in the code
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 3fc05d2f36..1077934d82 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -1849,7 +1849,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 (_("Separate"), 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());