diff --git a/contao/languages/en/tl_user.php b/contao/languages/en/tl_user.php index 81b52ca..568a9a7 100644 --- a/contao/languages/en/tl_user.php +++ b/contao/languages/en/tl_user.php @@ -9,3 +9,4 @@ $GLOBALS['TL_LANG']['tl_settings']['enlargePreviewImagesInFileManager'] = array('Enlarge preview images in file manager', 'To 250 pixels width.'); $GLOBALS['TL_LANG']['tl_settings']['enlargeFontSizeWhenViewportIsMoreThan1920px'] = array('Enlarge font of the backend', 'If the window is wider than 1920 pixels.'); $GLOBALS['TL_LANG']['tl_user']['disableLinksInPageTreeToFilterTree'] = array('Deactivate links to filter in the page tree and in files', 'Deactivates the clickability of the individual page names to filter the page tree.'); +$GLOBALS['TL_LANG']['tl_user']['loadBackendSCSS'] = array('load your own SCSS file for the backend', 'Loads the file backend.scss from the directory /files/layout/css/.');