mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-5671 html editor can now be switched off on the fly while editing database templates
This commit is contained in:
parent
2840c21611
commit
0c097262c7
2 changed files with 19 additions and 2 deletions
|
@ -61,6 +61,8 @@ $string['download'] = 'Download';
|
|||
$string['edit'] = 'Edit';
|
||||
$string['editcomment'] = 'Edit comment';
|
||||
$string['editentry'] = 'Edit entry';
|
||||
$string['editorenable'] = 'Enable editor';
|
||||
$string['editordisable'] = 'Disable editor';
|
||||
$string['emptyadd'] = 'The Add template is empty, generating a default form...';
|
||||
$string['emptyaddform'] = 'You did not fill out any fields!';
|
||||
$string['entries'] = 'Entries';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue