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:
Carl Hetherington
2010-08-12 00:38:01 +00:00
parent a1a0e9aba0
commit 9ca95fe1f4

View File

@@ -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)
));