Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#37095 closed defect (bug) (fixed)

Add context for "Back to %s" string

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: sergeybiryukov's profile 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)

#1 @SergeyBiryukov
8 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 37703:

I18N: Add context and translator comments to Back to %s strings.

Fixes #37095.

Note: See TracTickets for help on using tickets.