gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 010e541016834783d29a081f5b32a6e049a451a6
parent 83dac130825b2ba25a349aed031e60ddbb8e9158
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun, 27 Oct 2024 00:38:19 +0200

rework phrasing of messagebox

Diffstat:
Msource/jucePluginLib/processor.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/jucePluginLib/processor.cpp b/source/jucePluginLib/processor.cpp @@ -123,7 +123,7 @@ namespace pluginLib msg += "The firmware file needs to be copied to\n"; msg += synthLib::validatePath(getPublicRomFolder()) + "\n"; msg += "\n"; - msg += "The target folder is now being opened. Copy the firmware to this folder and reload the plugin."; + msg += "The target folder will be opened once you click OK. Copy the firmware to this folder and reload the plugin."; #ifdef _DEBUG msg += "\n\n" + std::string("[Debug] Host ") + host.toStdString() + "\n\n"; #endif