Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Problem Summary:
CKB, being an executable program, produces a wide array of output messages during its runtime. These messages include console printouts, logs, error notifications, and text displayed within subcommands. These texts are authored by different developers at different stages of the development process, resulting in variations in language style and the possibility of syntax errors.
So, it is necessary to conduct an overall text review and optimization.
What is changed and how it works?
What's Changed:
We performed text extraction and editing based on revision 5975fda. Our professional writer has helped revise the text with existing issues. Many thanks to @linnnsss for the editing.
We utilized the text optimizer tool provided by #4189 to collect and format the text for organization. This made it possible for the writer to review. After the writer's editing, we employed the same tool for backfilling, resulting in the creation of this PR.
Related changes
Check List
Tests
Release note