Actions
Task #90993
closedMake capitalization of BE module names consistent
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2020-04-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
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
Actions