Index: typo3/mod/tools/em/class.em_index.php
===================================================================
--- typo3/mod/tools/em/class.em_index.php (revision 6102)
+++ typo3/mod/tools/em/class.em_index.php (working copy)
@@ -3020,11 +3020,13 @@
$this->helpCol('state') . '';
$lines[] = '
' . $GLOBALS['LANG']->getLL('extInfoArray_shy') . ' |
' . ($extInfo['EM_CONF']['shy'] ?
- $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:yes') : '') . ' | ' .
+ $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:yes')
+ : $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:no')) . '' .
$this->helpCol('shy') . '
';
$lines[] = '' . $GLOBALS['LANG']->getLL('extInfoArray_internal') . ' |
' . ($extInfo['EM_CONF']['internal'] ?
- $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:yes') : '') . ' | ' .
+ $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:yes')
+ : $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:no')) . '' .
$this->helpCol('internal') . '
';
@@ -3043,7 +3045,8 @@
$this->helpCol('priority') . '';
$lines[] = '' . $GLOBALS['LANG']->getLL('extInfoArray_clear_cache') . ' |
' . ($extInfo['EM_CONF']['clearCacheOnLoad'] ?
- $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:yes') : '') . ' | ' .
+ $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:yes')
+ : $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_common.xml:no')) . '' .
$this->helpCol('clearCacheOnLoad') . '
';
$lines[] = '' . $GLOBALS['LANG']->getLL('extInfoArray_incl_modules') . ' |
' . $extInfo['EM_CONF']['module'] . ' | ' .
Index: typo3/sysext/lang/locallang_mod_tools_em.xml
===================================================================
--- typo3/sysext/lang/locallang_mod_tools_em.xml (revision 6102)
+++ typo3/sysext/lang/locallang_mod_tools_em.xml (working copy)
@@ -306,19 +306,19 @@
-
-
+
+
-
+
-
+
-
+
@@ -329,7 +329,7 @@
-
+
@@ -342,7 +342,7 @@
-
+
@@ -359,7 +359,7 @@
-
+