Actions
Task #52727
closedHard-coded labels in file collections
Start date:
2013-10-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Sprint Focus:
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.
Actions