summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-08-12 00:38:01 +0000
committerCarl Hetherington <carl@carlh.net>2010-08-12 00:38:01 +0000
commit9ca95fe1f4f9d435f0369a635a13e566ce76ab4b (patch)
tree4b20f0d4c09e00a509891d51692813550c7e9a2d /gtk2_ardour/rc_option_editor.cc
parenta1a0e9aba0e135e943bd4acbc336ccf6dace8a37 (diff)
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
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index f77c4c2cce..ddcf013420 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -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)
));