Skip to content

Commit b39f191

Browse files
committed
Reorder strings alphabetically
1 parent 87e99cc commit b39f191

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lang/en/editor_marklar.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626
defined('MOODLE_INTERNAL') || die();
2727

28-
$string['insertlink'] = 'Insert file';
2928
$string['insertimage'] = 'Insert image';
29+
$string['insertlink'] = 'Insert file';
3030
$string['pluginname'] = 'Marklar';
3131
$string['preferences'] = 'Marklar editor preferences';
3232
$string['preferencesediting'] = 'Editing options';
@@ -35,13 +35,10 @@
3535
3636
By default, Marklar is used for Moodle auto-format and Plain text formatted fields. For editing HTML, another rich text editor (such as Atto or TinyMCE) will be used.';
3737
$string['preferencesmonospace'] = 'Use monospace font';
38+
$string['previewloading'] = 'Loading preview…';
3839
$string['previewoff'] = 'Edit';
3940
$string['previewon'] = 'Preview';
40-
$string['previewloading'] = 'Loading preview…';
4141
$string['privacy:export:preferences:format'] = 'Whether you prefer to use Marklar for editing texts with {$a->format} syntax.';
42-
$string['syntaxoff'] = 'Hide syntax';
43-
$string['syntaxon'] = 'Show syntax';
44-
$string['syntaxloading'] = 'Loading syntax help…';
4542
$string['syntax-format0'] = '<p>Moodle auto-format allows to type text normally, as if you were sending a plain-text email. Line breaks will be retained. You can still embed an HTML code if you want to and it will be applied.</p>';
4643
$string['syntax-format1'] = '<dl>
4744
<dt>Links</dt>
@@ -91,3 +88,6 @@
9188
<hr>
9289
<p><a target="_blank" href="https://daringfireball.net/projects/markdown/syntax">Full Markdown syntax documentation</a></p>';
9390
// @codingStandardsIgnoreEnd
91+
$string['syntaxloading'] = 'Loading syntax help…';
92+
$string['syntaxoff'] = 'Hide syntax';
93+
$string['syntaxon'] = 'Show syntax';

0 commit comments

Comments
 (0)