Make source code comments use gender neutral pronouns

The changes also include some grammatical fixes as well.
This commit is contained in:
luz paz
2021-12-02 16:18:04 -05:00
parent d4f0eb5bfb
commit d877ee4d47
59 changed files with 77 additions and 77 deletions

View File

@@ -941,7 +941,7 @@ void CmdPartDesignMoveFeatureInTree::activated(int iMsg)
}
// If the selected objects have been moved after the current tip then ask the
// user if he wants the last object to be the new tip.
// user if they want the last object to be the new tip.
// Only do this for features that can hold a tip (not for e.g. datums)
if ( lastObject && body->Tip.getValue() == target
&& lastObject->isDerivedFrom(PartDesign::Feature::getClassTypeId()) ) {