mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
tweak labels in prefs solo/mute tab
git-svn-id: svn://localhost/ardour2/branches/3.0@10346 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f7c4b7c244
commit
38da0ec98c
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue