summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-05-26 23:47:40 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-05-26 23:47:40 +0000
commite4a92029267dfc2f3e5ceac069f32aed3c133233 (patch)
tree46008afd05e16b8d025f5314e6eaf88a4056f465
parentdf96cb61363e439fdc6e3f9d34ce514eb2a9a3f6 (diff)
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
-rw-r--r--gtk2_ardour/processor_box.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/processor_box.cc b/gtk2_ardour/processor_box.cc
index 63a78260ae..02905c2189 100644
--- a/gtk2_ardour/processor_box.cc
+++ b/gtk2_ardour/processor_box.cc
@@ -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;