From 80c7f645fb26853bee1c10bcdeb3bbd4cc1a494a Mon Sep 17 00:00:00 2001 From: LTVA1 <87536432+LTVA1@users.noreply.github.com> Date: Sun, 25 Aug 2024 18:19:39 +0300 Subject: [PATCH] wha --- src/gui/insEdit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/insEdit.cpp b/src/gui/insEdit.cpp index 8e5e961e5..97ed3eebe 100644 --- a/src/gui/insEdit.cpp +++ b/src/gui/insEdit.cpp @@ -4509,7 +4509,7 @@ void FurnaceGUI::insTabFM(DivInstrument* ins) { snprintf(tempID,1024,"%s: %%d",FM_NAME(FM_DT2)); P(CWSliderScalar("##DT2",ImGuiDataType_U8,&op.dt2,&_ZERO,&_THREE,tempID)); rightClickable if (ImGui::IsItemHovered()) { - ImGui::SetTooltip(_("Only on YM2151 (OPM)")); + ImGui::SetTooltip(_("Only on YM2151 and YM2414 (OPM and OPZ)")); } ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x);