mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
slightly change wording of wierd plugin dialog to sound more technical and less mathy
git-svn-id: svn://localhost/ardour2/branches/3.0@9605 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
df96cb6136
commit
e4a9202926
1 changed files with 1 additions and 1 deletions
|
|
@ -954,7 +954,7 @@ ProcessorBox::weird_plugin_dialog (Plugin& p, Route::ProcessorStreams streams)
|
|||
ArdourDialog dialog (_("Plugin Incompatibility"));
|
||||
Label label;
|
||||
|
||||
string text = string_compose(_("You attempted to add the plugin \"%1\" at index %2.\n"),
|
||||
string text = string_compose(_("You attempted to add the plugin \"%1\" in slot %2.\n"),
|
||||
p.name(), streams.index);
|
||||
|
||||
bool has_midi = streams.count.n_midi() > 0 || p.get_info()->n_inputs.n_midi() > 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue