From f109905e7a6c7d527eb38888768ef58f9f1a5cfb Mon Sep 17 00:00:00 2001 From: Ingo Renner Date: Tue, 28 Dec 2010 16:35:47 +0000 Subject: [PATCH] Follow-up fix to #16857, Inconsistent use of Enabled instead of Show in pages/tt_content git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9952 709f56b5-9817-0410-a4d7-c38de5d9e867 --- typo3/sysext/cms/tbl_tt_content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/cms/tbl_tt_content.php b/typo3/sysext/cms/tbl_tt_content.php index 6ff0b6772b0c..7c60ccacbaa0 100755 --- a/typo3/sysext/cms/tbl_tt_content.php +++ b/typo3/sysext/cms/tbl_tt_content.php @@ -174,7 +174,7 @@ $TCA['tt_content'] = array( 'renderInverted' => TRUE, 'items' => array ( '1' => array( - '0' => 'LLL:EXT:lang/locallang_core.xml:labels.enabled', + '0' => 'LLL:EXT:lang/locallang_core.xml:labels.show', ), ), ), -- 2.20.1