From 311a47128650461e7a2766b82180484f04b84dfa Mon Sep 17 00:00:00 2001 From: Gale Andrews Date: Wed, 9 Mar 2016 21:20:54 +0000 Subject: [PATCH] Less scary message if can't update effect settings --- src/effects/Effect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/effects/Effect.cpp b/src/effects/Effect.cpp index 57bd141c2..3c234179a 100644 --- a/src/effects/Effect.cpp +++ b/src/effects/Effect.cpp @@ -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() )