#56809 closed defect (bug) (invalid)
Site Health: Translations - Spelling String not plural
Reported by: | netweb | Owned by: | netweb |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | 6.1 |
Component: | Site Health | Keywords: | |
Focuses: | ui-copy | Cc: |
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.
2 years ago
#1
- Keywords has-patch added
#2
@
2 years ago
- Keywords commit added
- Owner set to netweb
- Status changed from new to accepted
- Summary changed from Site Health: Spelling String not plural to Site Health: Translations - Spelling String not plural
#3
follow-up:
↓ 6
@
2 years ago
- Keywords has-patch commit removed
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from accepted to closed
That's actually about the headers not clients.
Note: See
TracTickets for help on using
tickets.
Fix minor plural string typo
s/client/clients
Trac ticket: https://core.trac.wordpress.org/ticket/56809