Opened 8 years ago
Closed 8 years ago
#37095 closed defect (bug) (fixed)
Add context for "Back to %s" string
Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Since [34202], the '← Back to %s'
string is used in two different contexts:
- In
wp-login.php
, to return to the front end. - In
wp-admin/edit-tag-form.php
, to return to the taxonomy screen.
In Russian, the first instance was translated as "Back to the site %s", and I'd prefer to keep it that way for clarity, so I think we should add a context to these strings:
_x( '← Back to %s', 'site' )
_x( '← Back to %s', 'admin screen' )
Change History (1)
Note: See
TracTickets for help on using
tickets.
In 37703: