moodle/lang/en_utf8/form.php

5 lines
205 B
PHP

<?php
$string['denotesreq']='$a denotes required field.';
$string['requiredelement']='Required field.';
$string['nonexistentformelements']='Trying to add help buttons to nonexistent form elements : $a';
?>