mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
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:
parent
b56ad64ee3
commit
44f4b84551
18 changed files with 53 additions and 52 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue