Task #90993
closedMake capitalization of BE module names consistent
100%
Description
Current Situation
Backend modules in TYPO3 v10.4-dev currently show an inconsistent capitalization:
- main module Site Management (first letter of both words upper-case)
- main module Admin tools (first letter of 2nd word lower-case)
- sub-module Backend user (first letter of 2nd word lower-case)
- sub-module DB check (first letter of 2nd word lower-case)
Personally I liked the previous state with titles of main modules upper-case (all letters), but I assume there was a reason why this has been changed.
However, we should make the capitalization consistent.
Option 1:
- main modules: first letter of both words upper-case (e.g. "Admin Tools").
- sub-modules: first letter of both words upper-case (e.g. "Backend Users").
This would be a simple, easy-to-understand and follow, and logical solution in my view.
Option 2:
- main modules: first letter of both words upper-case (e.g. "Admin Tools").
- sub-modules: first letter of first word upper-case, all other words lower-case (e.g. "Backend users").
Option 3:
- main modules: all letters upper-case (e.g. "ADMIN TOOLS").
- sub-modules: first letter of both words upper-case (e.g. "Backend Users").
Option 4:
- main modules: all letters upper-case (e.g. "ADMIN TOOLS").
- sub-modules: first letter of first word upper-case, all other words lower-case (e.g. "Backend users").
Files
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64114
Updated by Michael Schams over 4 years ago
- Tracker changed from Bug to Task
- Priority changed from Should have to Must have
Patch set 1 is a suggestion for option 1.
Updated by Michael Schams over 4 years ago
- Priority changed from Must have to Should have
Updated by Felicity Brand over 4 years ago
Consistency is important. I agree that Option 1 (title-case) is probably the simplest solution.
Sentence case is easier to read and digest, but for short UI labels such as these, title case is a good option.
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64114
Updated by Gerrit Code Review over 4 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64114
Updated by Anonymous over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 65e9047256fd679e55601d9b7a3c1784ca23ca17.