MDL-56832 theme_boost: Mention CSS in setting description
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user