Opened 7 years ago
Closed 6 years ago
#3719 closed enhancement (fixed)
Update the Download Button in the Header
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | |
Cc: |
Description
Now that the Download page allows people to get WordPress in more ways than merely downloading a file, I'd like to update the wording on the button to say "Get WordPress"
Change History (9)
#5
@
7 years ago
- Owner set to obenland
- Resolution set to fixed
- Status changed from new to closed
In 7530:
#6
follow-up:
↓ 7
@
6 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Looks like this wasn't fully implemented. The button now says "Get WordPress" on Rosetta sites, but still "Download WordPress" on the main site, Trac, Codex, etc. If the intention was to change it globally, then let's do that.
#7
in reply to:
↑ 6
@
6 years ago
Replying to SergeyBiryukov:
but still "Download WordPress" on the main site, Trac, Codex, etc.
Looks like it's just Trac that threw me off, the main site and Codex are OK.
Note: See
TracTickets for help on using
tickets.
Updating the global menu is easy enough, but it won't change the translations on Rosetta for the other language pages.
The rosetta plugin would need to be changed as well, and we'd probably want to get translations made up for the major sites before simply switching it around.
Looks like the translated version of the button happens in /plugins/rosetta/inc/class-plugin.php. Perhaps adding the _x('Get WordPress') to that plugin early, so that it can be pre-translated before switching it over, would be best. I'm uncertain as to whether "Get WordPress" will have different connotations than "Download WordPress" does in other languages, but probably best to sort that out.