diff --git a/src/gui/insEdit.cpp b/src/gui/insEdit.cpp index d8d5c572d..f34ed226d 100644 --- a/src/gui/insEdit.cpp +++ b/src/gui/insEdit.cpp @@ -6236,7 +6236,7 @@ void FurnaceGUI::drawInsEdit() { // envelope ImGui::TableNextRow(); ImGui::TableNextColumn(); - P(CWSliderScalar("Envelope count",ImGuiDataType_U16,&ins->es5506.envelope.ecount,&_ZERO,&_FIVE_HUNDRED_ELEVEN)); rightClickable + P(CWSliderScalar("Envelope length",ImGuiDataType_U16,&ins->es5506.envelope.ecount,&_ZERO,&_FIVE_HUNDRED_ELEVEN)); rightClickable ImGui::TableNextRow(); ImGui::TableNextColumn(); P(CWSliderScalar("Left Volume Ramp",ImGuiDataType_S8,&ins->es5506.envelope.lVRamp,&_MINUS_ONE_HUNDRED_TWENTY_EIGHT,&_ONE_HUNDRED_TWENTY_SEVEN)); rightClickable