#50879 closed defect (bug) (fixed)
Typos in translation strings
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | 5.5 |
Component: | I18N | Keywords: | has-patch i18n-change |
Focuses: | rest-api | Cc: |
Description
Typos found in translatable strings in https://build.trac.wordpress.org/browser/trunk/wp-includes/rest-api.php?marks=1582#L1582
Original strings:
The "type" schema keyword for %1$s can only be on of the built-in types: %2$l
Strings fixed:
The "type" schema keyword for %1$s can only be one of the built-in types: %2$l
Typo: on -> one
Change History (6)
#2
@
8 months ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 48767:
#3
@
8 months ago
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening for the 5.5 branch.
This ticket was mentioned in PR #459 on WordPress/wordpress-develop by pedro-mendonca.
8 months ago
Typos found in translatable strings in https://build.trac.wordpress.org/browser/trunk/wp-includes/rest-api.php?marks=1582#L1582
Original strings:
The "type" schema keyword for %1$s can only be on of the built-in types: %2$l
Strings fixed:
The "type" schema keyword for %1$s can only be one of the built-in types: %2$l
Typo: ~on~ -> *one*
Trac ticket: https://core.trac.wordpress.org/ticket/50879
Good catch, thanks!