summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-10-29 20:34:42 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-10-29 20:34:42 +0000
commit38da0ec98c763a6142d45c40266a62e4c9fc0d33 (patch)
tree03fa8a3d0ccfb304b905d9395caea66547718ade /gtk2_ardour/rc_option_editor.cc
parentf7c4b7c244ff2201c14bbe2acd04e3b0776087b7 (diff)
tweak labels in prefs solo/mute tab
git-svn-id: svn://localhost/ardour2/branches/3.0@10346 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index b1fcc45570..c469c2da42 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -1350,8 +1350,8 @@ RCOptionEditor::RCOptionEditor ()
sigc::mem_fun (*_rc_config, &RCConfiguration::set_afl_position)
);
- pa->add (AFLFromBeforeProcessors, _("post-fader but before post-fader processors"));
- pa->add (AFLFromAfterProcessors, _("after post-fader processors"));
+ pa->add (AFLFromBeforeProcessors, _("immediately post-fader"));
+ pa->add (AFLFromAfterProcessors, _("after post-fader processors (before pan)"));
add_option (_("Solo / mute"), pa);