Skip to content

Commit

Permalink
code review tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-hodgson authored Jul 30, 2024
1 parent 2956a2d commit 166ecc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/vcpkg/base/message-data.inc.h
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ DECLARE_MESSAGE(HashFileFailureToRead,
DECLARE_MESSAGE(HashPortManyFiles,
(msg::package_name, msg::count),
"",
"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 "
"determining the ABI hash for binary caching. Consider reducing the number of files. Common causes of "
"this are accidentally checking out source or build files into a port's directory.")
DECLARE_MESSAGE(HeaderOnlyUsage,
Expand Down
2 changes: 1 addition & 1 deletion locales/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@
"_GraphCycleDetected.comment": "A list of package names comprising the cycle will be printed after this message. An example of {package_name} is zlib.",
"HashFileFailureToRead": "failed to read file \"{path}\" for hashing: ",
"_HashFileFailureToRead.comment": "Printed after ErrorMessage and before the specific failing filesystem operation (like file not found) An example of {path} is /foo/bar.",
"HashPortManyFiles": "The port '{package_name}' contains {count} files. Hashing these contents may take a long time when determining the ABI hash for binary caching. Consider reducing the number of files. Common causes of this are accidentally checking out source or build files into a port's directory.",
"HashPortManyFiles": "{package_name} contains {count} files. Hashing these contents may take a long time when determining the ABI hash for binary caching. Consider reducing the number of files. Common causes of this are accidentally checking out source or build files into a port's directory.",
"_HashPortManyFiles.comment": "An example of {package_name} is zlib. An example of {count} is 42.",
"HeaderOnlyUsage": "{package_name} is header-only and can be used from CMake via:",
"_HeaderOnlyUsage.comment": "'header' refers to C/C++ .h files An example of {package_name} is zlib.",
Expand Down

0 comments on commit 166ecc1

Please sign in to comment.