MDL-47757 events: Fixed doc block and missing string.
The language events were missing the @since tag and the grade single view report was missing a language string.
This commit is contained in:
@@ -36,6 +36,7 @@ defined('MOODLE_INTERNAL') || die();
|
||||
* }
|
||||
*
|
||||
* @package tool_langimport
|
||||
* @since Moodle 2.8
|
||||
* @copyright 2014 Dan Poltawski <[email protected]>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -36,6 +36,7 @@ defined('MOODLE_INTERNAL') || die();
|
||||
* }
|
||||
*
|
||||
* @package tool_langimport
|
||||
* @since Moodle 2.8
|
||||
* @copyright 2014 Dan Poltawski <[email protected]>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -36,6 +36,7 @@ defined('MOODLE_INTERNAL') || die();
|
||||
* }
|
||||
*
|
||||
* @package tool_langimport
|
||||
* @since Moodle 2.8
|
||||
* @copyright 2014 Dan Poltawski <[email protected]>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
@@ -33,6 +33,7 @@ $string['exclude'] = 'Exclude';
|
||||
$string['excludeall'] = 'Exclude all grades';
|
||||
$string['excludefor'] = 'Exclude for {$a}';
|
||||
$string['excludenone'] = 'Exclude no grades';
|
||||
$string['eventgradereportviewed'] = 'Grade single view report viewed.';
|
||||
$string['feedbackfor'] = 'Feedback for {$a}';
|
||||
$string['filtergrades'] = 'Show grades for {$a}.';
|
||||
$string['gradefor'] = 'Grade for {$a}';
|
||||
|
||||
Reference in New Issue
Block a user