Index: typo3/classes/class.clearcachemenu.php
===================================================================
--- typo3/classes/class.clearcachemenu.php (revision 3256)
+++ typo3/classes/class.clearcachemenu.php (working copy)
@@ -56,7 +56,7 @@
$this->cacheActions = array();
// Clear cache for ALL tables!
- $title = $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:rm.clearCache_all');
+ $title = $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:rm.clearCacheMenu_all');
$this->cacheActions[] = array(
'id' => 'all',
'title' => $title,
@@ -65,7 +65,7 @@
);
// Clear cache for either ALL pages
- $title = $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:rm.clearCache_pages');
+ $title = $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:rm.clearCacheMenu_pages');
$this->cacheActions[] = array(
'id' => 'pages',
'title' => $title,
@@ -75,7 +75,7 @@
// Clearing of cache-files in typo3conf/ + menu
if ($GLOBALS['TYPO3_CONF_VARS']['EXT']['extCache']) {
- $title = $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:rm.clearCache_allTypo3Conf');
+ $title = $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:rm.clearCacheMenu_allTypo3Conf');
$this->cacheActions[] = array(
'id' => 'temp_CACHED',
'title' => $title,
Index: typo3/sysext/lang/locallang_core.xml
===================================================================
--- typo3/sysext/lang/locallang_core.xml (revision 3254)
+++ typo3/sysext/lang/locallang_core.xml (working copy)
@@ -146,9 +146,11 @@
-
-
-
+
+
+
+
+