Update Soldering.cpp
use the LockingKeysString message for state 2
This commit is contained in:
@@ -17,7 +17,7 @@ OperatingMode handleSolderingButtons(const ButtonState buttons, guiContext *cxt)
|
|||||||
cxt->scratch_state.state7 = 0;
|
cxt->scratch_state.state7 = 0;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
warnUser(translatedString(Tr->WarningKeysLockedString), buttons);
|
warnUser(translatedString(Tr->LockingKeysString), buttons);
|
||||||
}
|
}
|
||||||
return OperatingMode::Soldering;
|
return OperatingMode::Soldering;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user