#16580 closed defect (bug) (fixed)
Faq/FAQ in the admin
Reported by: | SergeyBiryukov | Owned by: | dd32 |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
In #15821, “Faq” on plugin pages was replaced with “FAQ”.
However when installing a plugin from the admin, it's still “Faq” there.
Attachments (3)
Change History (13)
#2
@
14 years ago
- Milestone changed from Awaiting Review to Future Release
- Version changed from 3.1 to 3.0
#3
@
13 years ago
- Milestone changed from Future Release to 3.4
@dd32: That's fine for long-term, but in the meantime is there any reason not to apply this consistency fix? Iterative improvement and all that.
#4
@
13 years ago
Lets handle this a bit more robustly.
The attached patch adds translation support to the tabs/section names. The Section content will remain untranslated, but the section titles/tabs will be translated like the sidebar details.
I'm not sure on the context translation functions, can someone else take a peak and see if that looks right?
#7
@
13 years ago
Spacing alignment is way off though.
Trac seems to break that for me all the time, even though it should be monospaced.. Looks better in code editors.
(Also, yes if anyone notices the variable typo, It was a testing alteration, didn't revert before patching)
I'd like to move some of this business logic back to the API. Section names should come down from .org, as well as links should be absolute rather than relative.