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
1 changed files with 1 additions and 1 deletions

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()
)