We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6112b89 commit f1bebc6Copy full SHA for f1bebc6
lang/en/filter_codepen.php
@@ -27,6 +27,7 @@
27
defined('MOODLE_INTERNAL') || die();
28
29
$string['filtername'] = 'CodePen';
30
+$string['preview_desc'] = 'Save your settings to see the result.';
31
$string['settingformats'] = 'Apply to formats';
32
$string['settingformats_desc'] = 'The filter will be applied only if the original text was inserted in one of the selected formats.';
33
$string['settingheading'] = 'Information';
settings.php
@@ -64,5 +64,5 @@
64
$pen = $filter->filter($pen, ['originalformat' => FORMAT_HTML]);
65
$settings->add(new admin_setting_heading('filter_codepen/preview',
66
get_string('preview'),
67
- $pen));
+ get_string('preview_desc', 'filter_codepen').$pen));
68
}
0 commit comments