Opened 11 years ago
Closed 10 years ago
#28120 closed defect (bug) (fixed)
String Next (theme installation) needs context
Reported by: | 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)
Change History (7)
Note: See
TracTickets for help on using
tickets.
28120.patch adds a context similar to the one we use for revisions: tags/3.9/src/wp-admin/revision.php#L138.