#42565 closed defect (bug) (fixed)
Customizer menu help text is incorrect
Reported by: | johnbillion | Owned by: | johnbillion |
---|---|---|---|
Milestone: | 4.9.3 | Priority: | normal |
Severity: | normal | Version: | 4.9 |
Component: | Text Changes | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
The help text shown in the Customizer after creating a new menu states:
Click “Add menu items” to start putting pages, categories, and custom links in your menu.
The actual button text says "Add Items", not "Add menu items".
Attachments (3)
Change History (13)
#3
in reply to:
↑ 2
@
7 years ago
- Component changed from Customize to Text Changes
Replying to dlh:
would it be preferable to insert the button text with
sprintf()
?
Yep. 42565.2.diff looks good.
This ticket was mentioned in Slack in #core by melchoyce. View the logs.
7 years ago
Note: See
TracTickets for help on using
tickets.
I have a question about good internationalization practices: Given that the help text is intended to show the literal button text, and not that same text in the context of the rest of the string, would it be preferable to insert the button text with
sprintf()
?