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

Fix grammar in HashPortManyFiles warning message #1467

Merged
merged 3 commits into from
Jul 30, 2024
Merged

Fix grammar in HashPortManyFiles warning message #1467

merged 3 commits into from
Jul 30, 2024

Conversation

benjamin-hodgson
Copy link
Contributor

@benjamin-hodgson benjamin-hodgson commented Jul 30, 2024

Previous message said The zlib contains 42 files. Now says The port 'zlib' contains 42 files

@@ -1387,7 +1387,7 @@ DECLARE_MESSAGE(HashFileFailureToRead,
DECLARE_MESSAGE(HashPortManyFiles,
(msg::package_name, msg::count),
"",
"The {package_name} contains {count} files. Hashing these contents may take a long time when "
"The port '{package_name}' contains {count} files. Hashing these contents may take a long time when "
Copy link
Member

@BillyONeal BillyONeal Jul 30, 2024

Choose a reason for hiding this comment

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

Suggested change
"The port '{package_name}' contains {count} files. Hashing these contents may take a long time when "
"{package_name} contains {count} files. Hashing these contents may take a long time when "

Dropping "the <kind> '<name>'" was an intentional change but leaving 'the' there was not 😅

Thanks for the report!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

166ecc1. Thanks!

@BillyONeal BillyONeal merged commit 54b6a6e into microsoft:main Jul 30, 2024
6 checks passed
@BillyONeal
Copy link
Member

Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants