Opened 5 years ago
Closed 5 years ago
#47734 closed enhancement (fixed)
Update printf statements in About/Credits/Feedoms/Privacy pages to be multiline for consistency
Reported by: | garrett-eclipse | Owned by: | pento |
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | coding-standards | Cc: |
Description
Hello,
Was noticing while reviewing this changeset that many of the printf statements were on a single line and can become lengthy and convoluted.
Uploading a patch to introduce more consistency into these pages by converting them all to multi-line functions with the translator comment as part of the block. This makes it easier to read the string and see the associated parameters easily. Also reduces line lengths.
Cheers
Attachments (1)
Change History (4)
#1
@
5 years ago
- Keywords has-patch needs-testing 2nd-opinion added
Uploaded 47734.diff to introduce some consistency to the printf statements and make them easier to read as a developer.
Note: See
TracTickets for help on using
tickets.
Patch to introduce consistency and make all printf statements multiline