Merge branch 'MDL-48971-master' of https://github.com/lucaboesch/moodle
This commit is contained in:
+1
-1
@@ -242,7 +242,7 @@ foreach ($members as $gpgid=>$groupdata) {
|
||||
$line[] = $name;
|
||||
} else {
|
||||
$line[] = html_writer::tag('span', $name, array('class' => 'group_hoverdescription', 'data-groupid' => $gpid));
|
||||
$hoverevents[$gpid] = $jsdescription;
|
||||
$hoverevents[$gpid] = get_string('descriptiona', null, $jsdescription);
|
||||
}
|
||||
$fullnames = array();
|
||||
foreach ($users as $user) {
|
||||
|
||||
@@ -502,6 +502,7 @@ $string['deletingolddata'] = 'Deleting old data';
|
||||
$string['department'] = 'Department';
|
||||
$string['desc'] = 'Descending';
|
||||
$string['description'] = 'Description';
|
||||
$string['descriptiona'] = 'Description: {$a}';
|
||||
$string['deselectall'] = 'Deselect all';
|
||||
$string['detailedless'] = 'Less detailed';
|
||||
$string['detailedmore'] = 'More detailed';
|
||||
|
||||
Reference in New Issue
Block a user