summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-03-19 11:17:09 +0000
committerCarl Hetherington <carl@carlh.net>2012-03-19 11:17:09 +0000
commit12776e01e74f359cd6e745c92109fafb00b6d2b4 (patch)
tree17e2105e5c886633c252895e94c0bc1f607e3f07
parentc5dac2a724e8c462693132408464f1d3768557ca (diff)
Use Silence instead of Flush to describe plugins-stop-with-transport.
git-svn-id: svn://localhost/ardour2/branches/3.0@11730 d708f5d6-7413-0410-9779-e7cbd77b26cf
-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 46094516d8..da551a59e7 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -1270,7 +1270,7 @@ RCOptionEditor::RCOptionEditor ()
add_option (_("Audio"),
new BoolOption (
"plugins-stop-with-transport",
- _("Flush plugins when the transport is stopped"),
+ _("Silence plugins when the transport is stopped"),
sigc::mem_fun (*_rc_config, &RCConfiguration::get_plugins_stop_with_transport),
sigc::mem_fun (*_rc_config, &RCConfiguration::set_plugins_stop_with_transport)
));