Replicated plugin instances may or may not be mono
This commit is contained in:
parent
94d3da7e09
commit
6daba61ab2
@ -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…
Reference in New Issue
Block a user