MDL-56832 theme_boost: Mention CSS in setting description

This commit is contained in:
Dan Poltawski
2016-11-09 14:50:07 +00:00
parent 7eb34671c1
commit bc2aaef4fa
+1 -1
View File
@@ -37,7 +37,7 @@ $string['presetfiles_desc'] = 'Preset files can be used to dramatically alter th
$string['preset'] = 'Theme preset';
$string['preset_desc'] = 'Pick a preset to broadly change the look of the theme.';
$string['rawscss'] = 'Raw SCSS';
$string['rawscss_desc'] = 'Use this field to provide SCSS code which will be injected at the end of the style sheet.';
$string['rawscss_desc'] = 'Use this field to provide SCSS or CSS code which will be injected at the end of the style sheet.';
$string['rawscsspre'] = 'Raw initial SCSS';
$string['rawscsspre_desc'] = 'In this field you can provide initialising SCSS code, it will be injected before everything else. Most of the time you will use this setting to define variables.';
$string['region-side-pre'] = 'Right';