rename "Convert to Region In-Place" to "Separate" since it is known by that name...
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 31 Dec 2014 00:52:44 +0000 (19:52 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 31 Dec 2014 00:52:44 +0000 (19:52 -0500)
gtk2_ardour/editor.cc

index 3fc05d2f364b483f42e12dba52dc16ef37e01b9c..1077934d821ce7e42be1161ea57856bc07070469 100644 (file)
@@ -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());