Index: t3lib/stddb/tbl_pages.php =================================================================== --- t3lib/stddb/tbl_pages.php (revision 10040) +++ t3lib/stddb/tbl_pages.php (working copy) @@ -904,7 +904,7 @@ --palette--;LLL:EXT:cms/locallang_tca.xml:pages.palettes.miscellaneous;adminsonly, --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.extended, '), - // sysfolder + // Folder (string) t3lib_pageSelect::DOKTYPE_SYSFOLDER => array( 'showitem' => '--palette--;LLL:EXT:cms/locallang_tca.xml:pages.palettes.standard;standard, Index: t3lib/stddb/tables.php =================================================================== --- t3lib/stddb/tables.php (revision 10040) +++ t3lib/stddb/tables.php (working copy) @@ -73,7 +73,7 @@ (string) t3lib_pageSelect::DOKTYPE_SPACER => array( // TypoScript: Limit is 200. When the doktype is 200 or above, the page WILL NOT be regarded as a 'page' by TypoScript. Rather is it a system-type page 'type' => 'sys', ), - (string) t3lib_pageSelect::DOKTYPE_SYSFOLDER => array( // Doktype 254 is a 'sysFolder' - a general purpose storage folder for whatever you like. In CMS context it's NOT a viewable page. Can contain any element. + (string) t3lib_pageSelect::DOKTYPE_SYSFOLDER => array( // Doktype 254 is a 'Folder' - a general purpose storage folder for whatever you like. In CMS context it's NOT a viewable page. Can contain any element. 'type' => 'sys', 'allowedTables' => '*' ), Index: typo3/sysext/lang/locallang_csh_corebe.xml =================================================================== --- typo3/sysext/lang/locallang_csh_corebe.xml (revision 10040) +++ typo3/sysext/lang/locallang_csh_corebe.xml (working copy) @@ -154,7 +154,7 @@ - + +Depending on the 'Type' of the page, it may also represent a general storage for database elements in TYPO3. In that case it is not necessarily available as a webpage but only internally in the page tree as a place to store items such as users, subscriptions etc. Such pages are typically of the type "Folder". @@ -33,17 +33,17 @@ - + Index: typo3/sysext/impexp/class.tx_impexp.php =================================================================== --- typo3/sysext/impexp/class.tx_impexp.php (revision 10040) +++ typo3/sysext/impexp/class.tx_impexp.php (working copy) @@ -2628,7 +2628,7 @@ $pInfo['msg'].="'".$pInfo['ref']."' cannot be INSERTED on this page! "; } if (!$this->checkDokType($table, $this->display_import_pid_record['doktype']) && !$TCA[$table]['ctrl']['rootLevel']) { - $pInfo['msg'].="'".$table."' cannot be INSERTED on this page type (change to 'sysFolder'!) "; + $pInfo['msg'].="'".$table."' cannot be INSERTED on this page type (change page type to 'Folder'.) "; } } if (!$BE_USER->check('tables_modify',$table)) {$pInfo['msg'].="You are not allowed to CREATE '".$table."' tables! ";} Index: typo3/sysext/impexp/locallang_csh.xml =================================================================== --- typo3/sysext/impexp/locallang_csh.xml (revision 10040) +++ typo3/sysext/impexp/locallang_csh.xml (working copy) @@ -25,8 +25,8 @@ <b>Error messages:</b> Remember to consult the Message-tab before exporting if there are any error messages there! -