Copy-edit.
authorCarl Hetherington <carl@carlh.net>
Sat, 27 Nov 2010 00:42:40 +0000 (00:42 +0000)
committerCarl Hetherington <carl@carlh.net>
Sat, 27 Nov 2010 00:42:40 +0000 (00:42 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8100 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor.cc

index 70aef3e5a7c5fe7c681c10fc3b4604ab986f0b51..63d580c054004c26b94f81fb333e2337b9d81d40 100644 (file)
@@ -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());