GUI: fix mistake in multi-sample load error

This commit is contained in:
tildearrow 2023-09-10 18:46:07 -05:00
parent 7e5f91a69c
commit 483a906edb

View file

@ -4886,7 +4886,7 @@ bool FurnaceGUI::loop() {
} }
break; break;
case GUI_FILE_SAMPLE_OPEN: { case GUI_FILE_SAMPLE_OPEN: {
String errs="there were some errors while loading wavetables:\n"; String errs="there were some errors while loading samples:\n";
bool warn=false; bool warn=false;
for (String i: fileDialog->getFileName()) { for (String i: fileDialog->getFileName()) {
DivSample* s=e->sampleFromFile(i.c_str()); DivSample* s=e->sampleFromFile(i.c_str());