Merge branch 'MDL-48971-master' of https://github.com/lucaboesch/moodle

This commit is contained in:
Sara Arjona
2019-01-22 12:02:24 +01:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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) {
+1
View File
@@ -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';