Modify option text to reflect the fact that MIDI automation is always moved with regions.
git-svn-id: svn://localhost/ardour2/branches/3.0@7606 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -907,7 +907,7 @@ RCOptionEditor::RCOptionEditor ()
|
||||
add_option (_("Editor"),
|
||||
new BoolOption (
|
||||
"automation-follows-regions",
|
||||
_("Move relevant automation when regions are moved"),
|
||||
_("Move relevant automation when audio regions are moved"),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::get_automation_follows_regions),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_automation_follows_regions)
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user