From 12776e01e74f359cd6e745c92109fafb00b6d2b4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 19 Mar 2012 11:17:09 +0000 Subject: [PATCH] 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 --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ));