diff --git a/src/gui/sysConf.cpp b/src/gui/sysConf.cpp index 32e7c35c9..4186bed5a 100644 --- a/src/gui/sysConf.cpp +++ b/src/gui/sysConf.cpp @@ -882,7 +882,7 @@ bool FurnaceGUI::drawSysConf(int chan, DivSystem type, DivConfig& flags, bool mo speakerType=1; altered=true; } - if (ImGui::RadioButton("Piezo",speakerType==2)) { + if (ImGui::RadioButton("Moving iron",speakerType==2)) { speakerType=2; altered=true; }