rename MIDI "Fork" operation to "Unlink from other copies"
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 17 Jul 2012 14:10:45 +0000 (14:10 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 17 Jul 2012 14:10:45 +0000 (14:10 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13053 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor_actions.cc

index 1f697a16102fad3fe95898aab1d66c6b583c5953..5412a6a8c2f99425d568d857c5ddd7ebf64e66c0 100644 (file)
@@ -1692,7 +1692,7 @@ Editor::register_region_actions ()
        reg_sens (_region_actions, "quantize-region", _("Quantize..."), sigc::mem_fun (*this, &Editor::quantize_region));
        reg_sens (_region_actions, "insert-patch-change", _("Insert Patch Change..."), sigc::bind (sigc::mem_fun (*this, &Editor::insert_patch_change), false));
        reg_sens (_region_actions, "insert-patch-change-context", _("Insert Patch Change..."), sigc::bind (sigc::mem_fun (*this, &Editor::insert_patch_change), true));
-       reg_sens (_region_actions, "fork-region", _("Fork"), sigc::mem_fun (*this, &Editor::fork_region));
+       reg_sens (_region_actions, "fork-region", _("Unlink from other copies"), sigc::mem_fun (*this, &Editor::fork_region));
        reg_sens (_region_actions, "strip-region-silence", _("Strip Silence..."), sigc::mem_fun (*this, &Editor::strip_region_silence));
        reg_sens (_region_actions, "set-selection-from-region", _("Set Range Selection"), sigc::mem_fun (*this, &Editor::set_selection_from_region));