diff --git a/typo3/sysext/core/Configuration/TCA/be_groups.php b/typo3/sysext/core/Configuration/TCA/be_groups.php index 0e1398956f5d6ec393851a3a4f4f39372f7aa07a..95610e8f4f2b7f20757bbc9ef8cfe22c6b173124 100644 --- a/typo3/sysext/core/Configuration/TCA/be_groups.php +++ b/typo3/sysext/core/Configuration/TCA/be_groups.php @@ -281,6 +281,7 @@ return [ 'tableRestrictions' => [ 'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:be_groups.palettes.tableRestrictions', 'showitem' => 'tables_select, tables_modify', + 'description' => 'LLL:EXT:core/Resources/Private/Language/locallang_tca.xlf:be_groups.palettes.tableRestrictions.description', ], ], ]; diff --git a/typo3/sysext/core/Resources/Private/Language/locallang_tca.xlf b/typo3/sysext/core/Resources/Private/Language/locallang_tca.xlf index 72dfbcb43378d8564b9eda13fcda4433a95f9cba..86a2bd4b3315437a4f152341d8bbb22f02c0a160 100644 --- a/typo3/sysext/core/Resources/Private/Language/locallang_tca.xlf +++ b/typo3/sysext/core/Resources/Private/Language/locallang_tca.xlf @@ -156,6 +156,9 @@ <trans-unit id="be_groups.palettes.tableRestrictions" resname="be_groups.palettes.tableRestrictions"> <source>Table restrictions</source> </trans-unit> + <trans-unit id="be_groups.palettes.tableRestrictions.description" resname="be_groups.palettes.tableRestrictions.description"> + <source>Tables chosen for modification automatically receive read access permissions. Therefore, there's no need to select them again in the list designated for listing purposes.</source> + </trans-unit> <trans-unit id="be_groups.title" resname="be_groups.title"> <source>Grouptitle</source> </trans-unit>