#33183 closed defect (bug) (fixed)
Similar Customizing strings
| Reported by: | pavelevap | Owned by: | obenland |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.3 |
| Component: | I18N | Version: | 4.3 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
Do we need all these strings?
Customizing Customizing ▸ %s Customizing ▸ Menus You are customizing %s
Why "Menus" has its own string when "Widgets" uses general placeholder "%s"? Also "Customizing" is mostly used wrong, because there are following words and it could be changed to "Customizing %s"? Why "Customizing" and "You are customizing" strings?
They are mostly duplicates or I am missing something? In the end there could be only one or two strings?
Customizing %s Customizing ▸ %s
Attachments (1)
Change History (6)
#5
@
11 years ago
Thank you!
I thought about merging "Customizing" and "You are customizing" strings, because I do not see a reason why there is "Customizing Site Identity", "You are customizing Menu", etc?
I do not understand why it is not possible to switch from Customizing to Customizing %s? But I am not very familiar with Customizer code :-) I found that for Customizing ▸ %s is used $this->manager->get_panel( $this->panel )->title, maybe it could work also for Customizing %s with placeholder?
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Customizing ▸ Menuscan be changed to useCustomizing ▸ %s.You are customizing %sis used on index as well as Panels, I don't mind keeping that around for both those use cases.We can't switch
CustomizetoCustomize %ssince we have nothing to replace that placeholder with at the time of translation.