From fe07051f8963827568c957d315dba3f26692f528 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 1 Aug 2022 22:51:13 -0500 Subject: [PATCH] rename Envelope release to Macro release --- src/gui/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/settings.cpp b/src/gui/settings.cpp index 6582a4e21..2ad3ef23c 100644 --- a/src/gui/settings.cpp +++ b/src/gui/settings.cpp @@ -1712,7 +1712,7 @@ void FurnaceGUI::drawSettings() { ImGui::Text("%s",SDL_GetScancodeName((SDL_Scancode)i.scan)); ImGui::TableNextColumn(); if (i.val==102) { - snprintf(id,4095,"Envelope release##SNType_%d",i.scan); + snprintf(id,4095,"Macro release##SNType_%d",i.scan); if (ImGui::Button(id)) { noteKeys[i.scan]=0; }