Make source code comments use gender neutral pronouns
The changes also include some grammatical fixes as well.
This commit is contained in:
@@ -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()) ) {
|
||||
|
||||
Reference in New Issue
Block a user