Opened 7 years ago
Closed 7 years ago
#46592 closed defect (bug) (fixed)
Admin plugin list: Use correct singular for "Drop-in"
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.2 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Plugins | Keywords: | good-first-bug has-patch |
| Focuses: | administration | Cc: |
Description
$text = _n( 'Drop-ins <span class="count">(%s)</span>', 'Drop-ins <span class="count">(%s)</span>', $count );
The first mention of "Drop-ins" should be singular and thus "Drop-in".
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Patch.