Replicated plugin instances may or may not be mono

This commit is contained in:
Robin Gareus
2019-03-01 17:43:44 +01:00
parent 94d3da7e09
commit 6daba61ab2

View File

@@ -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()) {