Fixed typos.
This commit is contained in:
+1
-1
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user