Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pronouns to gender neutral variants #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ implementation
'The application might become unstable and even useless.' + NativeLineBreak +
'It''s recommended that you save your work and close this application.' + NativeLineBreak + NativeLineBreak;
RsDetailsIntro = 'Exception log with detailed tech info. Generated on %s.' + NativeLineBreak +
'You may send it to the application vendor, helping him to understand what had happened.' + NativeLineBreak +
'You may send it to the application vendor, helping them to understand what had happened.' + NativeLineBreak +
' Application title: %s' + NativeLineBreak +
' Application file: %s';
RsUnitVersioningIntro = 'Unit versioning information:';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ implementation
'The application might become unstable and even useless.' + NativeLineBreak +
'It''s recommended that you save your work and close this application.' + NativeLineBreak + NativeLineBreak;
RsDetailsIntro = 'Exception log with detailed tech info. Generated on %s.' + NativeLineBreak +
'You may send it to the application vendor, helping him to understand what had happened.' + NativeLineBreak +
'You may send it to the application vendor, helping them to understand what had happened.' + NativeLineBreak +
' Application title: %s' + NativeLineBreak +
' Application file: %s';
RsUnitVersioningIntro = 'Unit versioning information:';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ implementation
'The application might become unstable and even useless.' + NativeLineBreak +
'It''s recommended that you save your work and close this application.' + NativeLineBreak + NativeLineBreak;
RsDetailsIntro = 'Exception log with detailed tech info. Generated on %s.' + NativeLineBreak +
'You may send it to the application vendor, helping him to understand what had happened.' + NativeLineBreak +
'You may send it to the application vendor, helping them to understand what had happened.' + NativeLineBreak +
' Application title: %s' + NativeLineBreak +
' Application file: %s';
{$IFDEF UnitVersioning} RsUnitVersioningIntro = 'Unit versioning information:';{$ENDIF}
Expand Down
2 changes: 1 addition & 1 deletion jcl/source/common/JclSysUtils.pas
Original file line number Diff line number Diff line change
Expand Up @@ -4528,7 +4528,7 @@ finalization
{$ENDIF UNITVERSIONING}
{$IFDEF MSWINDOWS}
{$IFDEF THREADSAFE}
// The user must release shared memory blocks himself. We don't clean up his
// The user must release shared memory blocks himself. We don't clean up their
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not a native speaker but it feels weird having "himself" followed by "their".

// memory leaks and make it impossible to release the shared memory in other
// unit's finalization blocks.
MMFFinalized := True;
Expand Down