|
45 | 45 | $string['settingsoverview_content_desc'] = 'Settings for the global content of your Moodle site are located here: Footer, static pages, info banners, advertisement tiles and sliders.';
|
46 | 46 | $string['settingsoverview_functionality_desc'] = 'Settings for additional useful global or course-related functionality on your Moodle site are located here.';
|
47 | 47 | $string['settingsoverview_flavours_desc'] = 'With flavours, you can diversify the look of your Moodle site between cohorts and / or course categories.';
|
48 |
| -$string['settingsoverview_snippets_desc'] = 'With CSS snippets, you can TODO.'; |
| 48 | +$string['settingsoverview_snippets_desc'] = 'With CSS snippets, you can enable additional eye candy or visual fixes on your Moodle site.'; |
49 | 49 | $string['settingsoverview_smartmenus_desc'] = 'With smart menus, you can extend the navigation items of your Moodle site in the main menu and the user menus well as introduce a bottom menu or a top menu.';
|
50 | 50 | $string['settingsoverview_all'] = 'All settings on one page';
|
51 | 51 | $string['settingsoverview_all_desc'] = 'Here, you can open the standard Moodle category settings page for Boost Union that shows all settings on one page. But beware, it is really packed.';
|
|
1116 | 1116 | $string['snippetsgoalbugfix'] = 'Bugfix';
|
1117 | 1117 | $string['snippetssnippets'] = 'CSS snippets';
|
1118 | 1118 | $string['snippetsnothingtodisplay'] = 'There aren\'t any CSS snippets which can be used.';
|
1119 |
| -$string['snippetsoverview_desc'] = '<p>Boost Union\'s CSS snippets offer a possibility to TODO.</p>'; |
| 1119 | +$string['snippetsoverview_desc'] = '<p>Boost Union\'s CSS snipppets offer a possibility to add small (or slightly larger) amounts of CSS to the Moodle site. This can be particularly handy for fixing small visual glitches in Moodle core or for adding eye candy to your Moodle site.</p>Please note that the CSS snippets are added to the SCSS stack one after another. Thus, the order of the snippets on this page is key.</p><p>Please note as well that after each change which you make on this page, the theme cache is purged. This is necessary to make sure that the compiled SCSS code which is shipped to the browser is up-to-date.</p>'; |
| 1120 | +$string['snippetsexperimental'] = 'Please note: The CSS snippets functionality is fully usable in the current state of implementation, but has to be <em>considered as extendible</em> as currently only snippets which are built into and shipped with the Boost Union plugin codebase can be used.'; |
| 1121 | + |
1120 | 1122 | $string['snippetstitle'] = 'Title';
|
1121 | 1123 |
|
1122 | 1124 | // Settings: Smart menus page.
|
|
0 commit comments