mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-44180 mod_quiz: unified @package use
This commit is contained in:
parent
76e4de31cc
commit
01773a6d00
32 changed files with 76 additions and 105 deletions
|
@ -17,10 +17,9 @@
|
|||
/**
|
||||
* Strings for component 'quiz', language 'en', branch 'MOODLE_20_STABLE'
|
||||
*
|
||||
* @package mod
|
||||
* @subpackage quiz
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @package mod_quiz
|
||||
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['accessnoticesheader'] = 'You can preview this quiz, but if this were a real attempt, you would be blocked because:';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue