mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-18 17:47:41 +02:00
Less scary message if can't update effect settings
This commit is contained in:
parent
7d5e54e364
commit
311a471286
@ -1081,7 +1081,7 @@ bool Effect::SetAutomationParameters(const wxString & parms)
|
|||||||
{
|
{
|
||||||
wxMessageBox(
|
wxMessageBox(
|
||||||
wxString::Format(
|
wxString::Format(
|
||||||
_("Could not update effect \"%s\" with:\n%s"),
|
_("%s: Could not load settings below. Default settings will be used.\n\n%s"),
|
||||||
GetName().c_str(),
|
GetName().c_str(),
|
||||||
preset.c_str()
|
preset.c_str()
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user