Index: t3lib/class.t3lib_befunc.php =================================================================== --- t3lib/class.t3lib_befunc.php (revision 3716) +++ t3lib/class.t3lib_befunc.php (working copy) @@ -3958,9 +3958,11 @@ if (count($warnings)) { $style = ' style="margin-bottom:10px;"'; - $content = '
'. - $GLOBALS['TBE_TEMPLATE']->icons(3).'Important notice!
    '. - implode('', $warnings).'
'. + $content = '
' . + $GLOBALS['TBE_TEMPLATE']->icons(3) . '' . + $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:warning.header') . + '
    ' . + implode('', $warnings) . '
' . '
'; unset($warnings); Index: typo3/stylesheet.css =================================================================== --- typo3/stylesheet.css (revision 3716) +++ typo3/stylesheet.css (working copy) @@ -2386,6 +2386,9 @@ margin: 10px 0px 10px 0px; } +span.warningboxheader { + margin-left: 5px; +} /* - - - - - - - - - - - - - - - - - - - - - Index: typo3/sysext/lang/locallang_core.xml =================================================================== --- typo3/sysext/lang/locallang_core.xml (revision 3716) +++ typo3/sysext/lang/locallang_core.xml (working copy) @@ -195,6 +195,7 @@ +