#56809 closed defect (bug) (invalid)
Site Health: Translations - Spelling String not plural
| Reported by: | netweb | Owned by: | netweb |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Site Health | Version: | 6.1 |
| Severity: | trivial | Keywords: | |
| Cc: | Focuses: | ui-copy |
Description
The plural string should contain an s
Current:
/* translators: %d: Number of caching headers. */ _n( 'There was %d client caching response header detected:', 'There were %d client caching response headers detected:', count( $page_cache_detail['headers'] ) ),
Expected:
/* translators: %d: Number of caching headers. */ _n( 'There was %d client caching response header detected:', 'There were %d clients caching response headers detected:', count( $page_cache_detail['headers'] ) ),
Change History (6)
This ticket was mentioned in PR #3451 on WordPress/wordpress-develop by ntwb.
4 years ago
#1
- Keywords has-patch added
#2
@
4 years ago
- Keywords commit added
- Owner set to
- Status new → accepted
- Summary Site Health: Spelling String not plural → Site Health: Translations - Spelling String not plural
#3
follow-up:
↓ 6
@
4 years ago
- Keywords has-patch commit removed
- Milestone Awaiting Review
- Resolution → invalid
- Status accepted → closed
That's actually about the headers not clients.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Fix minor plural string typo
s/client/clientsTrac ticket: https://core.trac.wordpress.org/ticket/56809