change "piezo" to "moving iron"

This commit is contained in:
Eknous-P 2023-07-22 12:17:04 +04:00
parent 2abe76d000
commit 4d2c388a69
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}