Opened 10 years ago
Closed 10 years ago
#37095 closed defect (bug) (fixed)
Add context for "Back to %s" string
| Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.6 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | Focuses: |
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' )
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 37703: