mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
Replicated plugin instances may or may not be mono
This commit is contained in:
parent
94d3da7e09
commit
6daba61ab2
1 changed files with 1 additions and 1 deletions
|
|
@ -523,7 +523,7 @@ ProcessorEntry::setup_tooltip ()
|
|||
}
|
||||
|
||||
if ((replicated = pi->get_count()) > 1) {
|
||||
postfix += string_compose(_("\nThis mono plugin has been replicated %1 times."), replicated);
|
||||
postfix += string_compose(_("\nThis plugin has been replicated %1 times."), replicated);
|
||||
}
|
||||
|
||||
if (pi->plugin()->has_editor()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue