From e4a92029267dfc2f3e5ceac069f32aed3c133233 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 26 May 2011 23:47:40 +0000 Subject: [PATCH] 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 --- gtk2_ardour/processor_box.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;