diff --git a/typo3/sysext/frontend/Configuration/TCA/tt_content.php b/typo3/sysext/frontend/Configuration/TCA/tt_content.php index 1eb6ef1d9aa751db6b40c17accd9bd05a3042956..0970492b79f8716f108eee7c6f0aef7c77850b15 100644 --- a/typo3/sysext/frontend/Configuration/TCA/tt_content.php +++ b/typo3/sysext/frontend/Configuration/TCA/tt_content.php @@ -457,12 +457,12 @@ return array( ), \TYPO3\CMS\Core\Resource\File::FILETYPE_AUDIO => array( 'showitem' => ' - --palette--;LLL:EXT:lang/locallang_tca.xlf:sys_file_reference.imageoverlayPalette;imageoverlayPalette, + --palette--;LLL:EXT:lang/locallang_tca.xlf:sys_file_reference.audioOverlayPalette;audioOverlayPalette, --palette--;;filePalette' ), \TYPO3\CMS\Core\Resource\File::FILETYPE_VIDEO => array( 'showitem' => ' - --palette--;LLL:EXT:lang/locallang_tca.xlf:sys_file_reference.imageoverlayPalette;imageoverlayPalette, + --palette--;LLL:EXT:lang/locallang_tca.xlf:sys_file_reference.videoOverlayPalette;videoOverlayPalette, --palette--;;filePalette' ), \TYPO3\CMS\Core\Resource\File::FILETYPE_APPLICATION => array( diff --git a/typo3/sysext/lang/locallang_tca.xlf b/typo3/sysext/lang/locallang_tca.xlf index 0b98fd9d1241f7c12ae9a81fc1fb73cf7a939a98..c6b6e35e8c5cc9ace37ffed5087188807ad5af00 100644 --- a/typo3/sysext/lang/locallang_tca.xlf +++ b/typo3/sysext/lang/locallang_tca.xlf @@ -537,6 +537,12 @@ <trans-unit id="sys_file_reference.imageoverlayPalette"> <source>Image Metadata</source> </trans-unit> + <trans-unit id="sys_file_reference.audioOverlayPalette"> + <source>Audio Metadata</source> + </trans-unit> + <trans-unit id="sys_file_reference.videoOverlayPalette"> + <source>Video Metadata</source> + </trans-unit> <trans-unit id="sys_file_reference.title"> <source>Title</source> </trans-unit>