~ubuntu-branches/ubuntu/trusty/moodle/trusty

« back to all changes in this revision

Viewing changes to mod/assignment/lang/en/assignment.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-01-21 13:40:52 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20140121134052-ym2qvsp2cd9vq0p6
Tags: 2.5.4-1
* New upstream release, fixing security issues:
  - MSA-14-0001 Config passwords visibility issue [CVE-2014-0008]
  - MSA-14-0002 Group constraints lacking in "login as" [CVE-2014-0009]
  - MSA-14-0003 CSRF vulnerability in profile fields [CVE-2014-0010]
* Move /var/lib/moodle directory into package.
* Revert back to bundled yui3. Unfortunately, version in Debian and
  of upstream are not compatible (closes: #735312).

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
You can see it appended to your assignment submission:
45
45
 
46
46
    {$a->url}';
47
 
$string['assignmentmailhtml'] = '{$a->teacher} has posted some feedback on your
48
 
assignment submission for \'<i>{$a->assignment}</i>\'<br /><br />
49
 
You can see it appended to your <a href="{$a->url}">assignment submission</a>.';
 
47
$string['assignmentmailhtml'] = '<p>{$a->teacher} has posted some feedback on your
 
48
assignment submission for \'<i>{$a->assignment}</i>\'.</p>
 
49
<p>You can see it appended to your <a href="{$a->url}">assignment submission</a>.</p>';
50
50
$string['assignmentmailsmall'] = '{$a->teacher} has posted some feedback on your
51
51
assignment submission for \'{$a->assignment}\' You can see it appended to your submission';
52
52
$string['assignmentname'] = 'Assignment name';
88
88
It is available here:
89
89
 
90
90
    {$a->url}';
91
 
$string['emailteachermailhtml'] = '{$a->username} has updated their assignment submission
92
 
for <i>\'{$a->assignment}\'  at {$a->timeupdated}</i><br /><br />
93
 
It is <a href="{$a->url}">available on the web site</a>.';
 
91
$string['emailteachermailhtml'] = '<p>{$a->username} has updated their assignment submission for <i>\'{$a->assignment}\' at {$a->timeupdated}</i>.</p>
 
92
<p>It is <a href="{$a->url}">available on the site</a>.</p>';
94
93
$string['emailteachers'] = 'Email alerts to teachers';
95
94
$string['emailteachers_help'] = 'If enabled, teachers receive email notification whenever students add or update an assignment submission.
96
95