Fixed typos.

This commit is contained in:
Leonardo Zide
2026-03-10 19:55:49 -07:00
parent 4743368f11
commit 9e1b8e0032
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ QString lcObject::GetCheckpointString(lcObjectPropertyId PropertyId)
return QT_TRANSLATE_NOOP("Checkpoint", "Change Piece");
case lcObjectPropertyId::PieceColor:
return QT_TRANSLATE_NOOP("Checkpoint", "Chang Piece Color");
return QT_TRANSLATE_NOOP("Checkpoint", "Change Piece Color");
case lcObjectPropertyId::PieceStepShow:
case lcObjectPropertyId::PieceStepHide:
+1 -1
View File
@@ -959,7 +959,7 @@ void lcPiece::SetHistoryState(const lcPieceHistoryState& State, const lcModel* M
mHidden = State.Hidden;
mFileLine = State.FileLine;
mID = State.PieceId;
mGroup = (State.GroupIndex < Groups.size()) ? Groups[State.GroupIndex].get() : nullptr;;
mGroup = (State.GroupIndex < Groups.size()) ? Groups[State.GroupIndex].get() : nullptr;
mColorIndex = State.ColorIndex;
mColorCode = State.ColorCode;
mStepShow = State.StepShow;