1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-17 00:57:40 +02:00

Less scary message if can't update effect settings

This commit is contained in:
Gale Andrews 2016-03-09 21:20:54 +00:00
parent 7d5e54e364
commit 311a471286

View File

@ -1081,7 +1081,7 @@ bool Effect::SetAutomationParameters(const wxString & parms)
{
wxMessageBox(
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(),
preset.c_str()
)