mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
formslib / tags: MDL-17889 improvements to this field type:
* Fix bug with rendering. * Ensure the value is correctly set and returned.
This commit is contained in:
parent
60becebbef
commit
f48dccd43c
2 changed files with 91 additions and 29 deletions
|
@ -12,6 +12,7 @@ $string['delete'] = 'Delete';
|
|||
$string['deleted'] = 'Deleted';
|
||||
$string['deletedcoursetags'] = 'Deleted - course tags';
|
||||
$string['edittag'] = 'Edit this tag';
|
||||
$string['entertags'] = 'Enter tags separated by commas';
|
||||
$string['errordeleting'] = 'Error deleting tag with id $a, please report to your system administrator.';
|
||||
$string['errortagfrontpage'] = 'Tagging the site main page is not allowed';
|
||||
$string['errorupdatingrecord'] = 'Error updating tag record';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue