summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-07-19 23:26:25 +0000
committerCarl Hetherington <carl@carlh.net>2010-07-19 23:26:25 +0000
commit5b3982fed0e99925b53dcdbf0293237791965d4c (patch)
tree0ce464f9edc28e8abc706843ab7862bc7fe8a076 /gtk2_ardour/rc_option_editor.cc
parent064c6287cd22e9874fe897604201a4e08769471e (diff)
Adjust caption to reflect the fact that auto connection of inputs doesn't happen for busses.
git-svn-id: svn://localhost/ardour2/branches/3.0@7445 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 3045605648..bddc6d0de0 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -1030,7 +1030,7 @@ RCOptionEditor::RCOptionEditor ()
ComboOption<AutoConnectOption>* iac = new ComboOption<AutoConnectOption> (
"input-auto-connect",
- _("Connect track and bus inputs"),
+ _("Connect track inputs"),
sigc::mem_fun (*_rc_config, &RCConfiguration::get_input_auto_connect),
sigc::mem_fun (*_rc_config, &RCConfiguration::set_input_auto_connect)
);