Make WordPress Core

Opened 11 years ago

Closed 10 years ago

#28120 closed defect (bug) (fixed)

String Next (theme installation) needs context

Reported by: pavelevap's profile pavelevap Owned by:
Milestone: 4.0 Priority: normal
Severity: normal Version: 3.9
Component: I18N Keywords: has-patch commit fixed-major
Focuses: Cc:

Description

There are strings "Next" and "Previous" for theme installation. But "Next" is used also during signup and has different meaning "next step" and not "next item" which is needed here. "Previous" is unique, but we should add context to both of them, I guess.

https://core.trac.wordpress.org/browser/trunk/src/wp-signup.php#L454

Attachments (1)

28120.patch (709 bytes) - added by SergeyBiryukov 11 years ago.

Download all attachments as: .zip

Change History (7)

#1 @SergeyBiryukov
11 years ago

  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 3.9.2

28120.patch adds a context similar to the one we use for revisions: tags/3.9/src/wp-admin/revision.php#L138.

#2 @pavelevap
11 years ago

Thank you, Sergey!

#3 @SergeyBiryukov
11 years ago

  • Keywords commit added

#4 @SergeyBiryukov
11 years ago

In 28286:

Add context for 'Previous' and 'Next' theme strings.

see #28120, for trunk.

#5 @SergeyBiryukov
11 years ago

  • Keywords fixed-major added

#6 @helen
10 years ago

  • Milestone changed from 3.9.2 to 4.0
  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.