mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Tweak missing plugin dialog wording
This commit is contained in:
parent
d0177846dd
commit
2433b3059f
1 changed files with 2 additions and 2 deletions
|
|
@ -45,14 +45,14 @@ MissingPluginDialog::MissingPluginDialog (Gtk::Window& parent, Session* s, list<
|
||||||
for (list<string>::const_iterator i = plugins.begin(); i != plugins.end(); ++i) {
|
for (list<string>::const_iterator i = plugins.begin(); i != plugins.end(); ++i) {
|
||||||
t << *i << "\n";
|
t << *i << "\n";
|
||||||
}
|
}
|
||||||
t << _("\nThose plugins will be replaced with inactive stubs.\n");
|
t << _("\nThose plugins will be replaced with inactive stubs until the session is reloaded.\n");
|
||||||
|
|
||||||
if (cache_valid) {
|
if (cache_valid) {
|
||||||
add_button (_("OK"), RESPONSE_OK);
|
add_button (_("OK"), RESPONSE_OK);
|
||||||
set_default_response (RESPONSE_OK);
|
set_default_response (RESPONSE_OK);
|
||||||
t << _("It is recommended that you install the missing plugins and re-load the session.\n");
|
t << _("It is recommended that you install the missing plugins and re-load the session.\n");
|
||||||
} else {
|
} else {
|
||||||
t << _("Third party plugins have not yet been indexed.\n");
|
t << _("Third party plugins have not yet been indexed.") << "\n";
|
||||||
t << string_compose (_("Scan %1 plugins now?"),
|
t << string_compose (_("Scan %1 plugins now?"),
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
_("AudioUnit and VST")
|
_("AudioUnit and VST")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue