finalize PROGRAM_NAME change for ardour3

git-svn-id: svn://localhost/ardour2/branches/3.0@6759 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-03-15 02:31:27 +00:00
parent b56ad64ee3
commit 44f4b84551
18 changed files with 53 additions and 52 deletions

View file

@ -796,7 +796,7 @@ ProcessorBox::weird_plugin_dialog (Plugin& p, Route::ProcessorStreams streams)
text += string_compose("\t%1 ", streams.count.n_audio()) + _("audio channel(s)\n");
}
text += _("\nArdour is unable to insert this plugin here.\n");
text += string_compose (_("\n%1 is unable to insert this plugin here.\n"), PROGRAM_NAME);
label.set_text(text);
dialog.get_vbox()->pack_start (label);