13
0

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
This commit is contained in:
Carl Hetherington 2012-03-19 11:17:09 +00:00
parent c5dac2a724
commit 12776e01e7

View File

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