Task #52727
closedHard-coded labels in file collections
100%
Description
Some labels are hard-coded in the definition of the sys_file_collection table:
'type' => array( 'exclude' => 0, 'label' => 'LLL:EXT:lang/locallang_tca.xlf:sys_file_collection.type', 'config' => array( 'type' => 'select', 'items' => array( array('Static selection of files', 'static'), array('Folder from Storage', 'folder'), array('Select by category', 'category') ) ) ),
They should be replaced by translatable labels.
Updated by Gerrit Code Review about 11 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/25264
Updated by Gerrit Code Review about 11 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/25264
Updated by Gerrit Code Review about 11 years ago
Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25280
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25280
Updated by Gerrit Code Review about 11 years ago
Patch set 1 for branch TYPO3_6-0 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25281
Updated by Tomita Militaru about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e9bc5e194cb17b3412232e9d9c78546d8223bbc6.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed