VERA version number fix 2.

This commit is contained in:
Electric Keet 2025-08-09 19:36:39 -07:00 committed by tildearrow
parent bf348efe24
commit 51b2db864f
24 changed files with 24 additions and 24 deletions

View file

@ -2595,7 +2595,7 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
ImGui::Text(_("Chip revision:"));
ImGui::Indent();
if (ImGui::RadioButton(_("V 0.3.1"),chipType==0)) {
if (ImGui::RadioButton(_("Initial release"),chipType==0)) {
chipType=0;
altered=true;
}